We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
只能一条条消息去消费么?
The text was updated successfully, but these errors were encountered:
现在协议上是批量取消息,然后是内部循环每条消息,触发回调或者 $consumer->consume() 方法返回
$consumer->consume()
Sorry, something went wrong.
为啥找不到 max.poll.records 的配置 每次是取出分区所有数据在循环么
没有实现max.poll.records这个配置,kafka 的 Fetch 是根据等待时间、最小字节数、最大字节数来返回数据的,每次消息条数不固定。java 版的max.poll.records是在客户端层面实现,后面会考虑是否引入这个特性。
max.poll.records
No branches or pull requests
只能一条条消息去消费么?
The text was updated successfully, but these errors were encountered: