neo4j-contrib / neo4j-streams

Neo4j Kafka Connector
https://neo4j.com/docs/kafka
Apache License 2.0
173 stars 71 forks source link

Disabling auto commit causes sink to commit too frequently #377

Closed ivangreene closed 2 years ago

ivangreene commented 3 years ago

Expected Behavior (Mandatory)

Plugin should behave normally after disabling auto commit (kafka.enable.auto.commit=false)

Actual Behavior (Mandatory)

Plugin begins committing every few milliseconds. It's ultimately a no-op, but fills up the logs if you have debug on.

How to Reproduce the Problem

Add to configuration: kafka.enable.auto.commit=false, and enable sink for at least one topic.

Screenshots (where it's possibile)

Screen Shot 2020-11-25 at 1 28 48 PM

Specifications (Mandatory)

Currently used versions

Versions

ivangreene commented 2 years ago

Related PR has been merged