Open wolfviking0 opened 4 years ago
I am also interested how to configure the "max.partition.fetch.bytes" correctly for cppkafka.
in my case I want to consumer no a single message but the batch of all, say, up to 10 messages/batch (if there are more than 10 messages, only 10 will be consumed, if there are less than 10 ones, than all available messages are consumed from the partition queue).
is it supported in cppkafka and how?
Hello, I am playing with cppkafka. I would like to modify to part of the producer. 1 - reduce the time between each request currently is 100 ms 2 - Increase the size of the payload.
I tried something like that :
Its seems not working. I am new with Kafka so I am surely missing something. Any advice ?
Thanks