Replies: 2 comments 4 replies
-
You probably need to increase https://www.benthos.dev/docs/components/inputs/kafka/#checkpoint_limit |
Beta Was this translation helpful? Give feedback.
-
Thanks)
I've meant that Benthos shouldn't have any problems with filling up the batches even with
Thanks for your reply. But unfortunately, I can't reproduce the problem now... :( When this problem occurs again, I will try changing Sarama settings to see if that helps or not. |
Beta Was this translation helpful? Give feedback.
-
Hello!
We were experiencing a strange stop in processing messages from Kafka (using kafka input). There are 12 partitions in the topic and we launch 12 pods to read them, but almost immediately most of the pods stop processing anything.
We use an http client as output. Both Kafka input and HTTP output use batch processing (batch size is 2000).
The complete configuration of these components is shown below.
We have a hypothesis that changing some timeouts in the Kafka consumer (sarama) can help us.
Is there a way to configure settings that Kafka input doesn't have?
Beta Was this translation helpful? Give feedback.
All reactions