How to control the amount of polled records to avoid small chunk inserts #127
Unanswered
abdelhakimbendjabeur
asked this question in
Q&A
Replies: 1 comment
-
@abdelhakimbendjabeur, in what environment do you run the connector? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have been trying to tweak the configuration in order to avoid having small batch inserts (see logs below)
I think that the consumer properties that control this are fetch.max.wait.ms and fetch.min.bytes
However, it doesn't matter how I set them. they don't seem to have any effect.
In connect-distributed.properties, I tried with and without consumer. prefix
Did anyone succeed at this? I'd love to see a working example 🙏
Beta Was this translation helpful? Give feedback.
All reactions