Replies: 1 comment
-
There is https://github.com/edenhill/librdkafka/blob/2aadc45974d32b7c7ff91805588be3fc9951f4ad/examples/rdkafka_performance.c#L1576 is an official example, and it shows a loop body that calls |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
rd_kafka_consumer_poll return only one record instead of array of records. Is there any other API available to get the list of records during that poll. e.g assume queue/partition is having 100 records and when hit the poll api can i go and get the array of 100 records and process in a loop instead of hitting the poll 100 times.
Beta Was this translation helpful? Give feedback.
All reactions