-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed

Description
If I set
queue.buffering.max.messages=10
and
queue.buffering.max.ms=60000
the producer returns "Queue full" after sending 10 messages . It seems that the producer doesn't send the messages to kafka. I should suppose that when the queue is full ( or maybe 3/4 full) the messages are send to kafka even if queue.buffering.max.ms is not expired.
Maybe it is better to define a max and min value.
When the size of queue is more than buffering.min then producer tries to send the data to kafka
Metadata
Metadata
Assignees
Labels
No labels