Describe the bug
Consumer only gets the number of messages in receiveQueueSize and then stops reading.
Reproduce
Please provide reproduce, For example:
Run a producer that continuously produces messages to a topic
Run a consumer that subscribes to that topic and logs each topic offset
After the consumer has consumed receiveQueueSize messages, it stops.
Expected behavior
I expect it to read that number of messages as a sort of batch (only that amount can fit in the queue at once) but to still keep reading after reaching that amount.
Observed behavior
After the consumer has consumed receiveQueueSize messages, it just stops consuming messages.
Describe the bug Consumer only gets the number of messages in receiveQueueSize and then stops reading.
Reproduce Please provide reproduce, For example:
Observed behavior After the consumer has consumed receiveQueueSize messages, it just stops consuming messages.
Environment:
Additional context