标签: apache-kafka kafka-consumer-api
假设我一次打电话给poll(),而不是while(true) {...poll...}
poll()
while(true) {...poll...}
timeout==0
答案 0 :(得分:1)
根据kafka-doc,默认情况下max.poll.records为500
max.poll.records
500
一次调用poll()返回的最大记录数。
因此,每次调用poll()时,您可以从上次提交的500到max.poll.records=500 offset
max.poll.records=500
offset