I have a sink connector which consumes messages from KAFKA, I've configured poll records as 1000 by adding this property.
"kafka.max.poll.records":1000
I just followed the documentation here.
But It always polls 500 messages max, which is default. Am I having correct configs?