-
Notifications
You must be signed in to change notification settings - Fork 987
Closed
Labels
Description
I running kafka-connect jdbc on one table, for the first time, and I am quickly running out of memory even though I have set:
batch.max.rows = 1
tasks.max = 1
It looks like the batch limit is not being effective in my case (I am running it against a postgres database).
Does the batch limit apply the very first time kafka-connect runs?
sunshineo, zhou-wjjw, meridional, josh-padnick, lukasvotypka and 3 more