cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Consumer config doesn't seem to work

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?

1 REPLY 1

Where did you put that config? needs to be in streams.conf now.

When you run CALL streams.configuration.get() YIELD name, value RETURN name, value
You should see your configuration settings.