Replies: 1 comment
-
It's in The poll function only returns one record at a time |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use confluent-kafka to replace kafka-python, build a consumer[use DeserializingConsumer(it doesn't matter) ]. and user consumer.poll() to do sth
How I set the config'max.poll.records'.... when I use the old kafka, I can set 'max_poll_records'...but now, i can't find it in any docs
Beta Was this translation helpful? Give feedback.
All reactions