Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-20-2021 08:52 AM
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?
08-30-2021 01:30 PM
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.
All the sessions of the conference are now available online