You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my setup I have a topic with data ready to go, when I start-up the connector writers start with PUTs before the commit interval passes and the coordinator emits a START_COMMIT. If all data is read and written before the first commit is started then nothing is ever committed unless fresh data comes on the topic.
Am I missing something, or shouldn't the coordinator emit a START_COMMIT immediately on startup?
The text was updated successfully, but these errors were encountered:
In my setup I have a topic with data ready to go, when I start-up the connector writers start with PUTs before the commit interval passes and the coordinator emits a START_COMMIT. If all data is read and written before the first commit is started then nothing is ever committed unless fresh data comes on the topic.
Am I missing something, or shouldn't the coordinator emit a START_COMMIT immediately on startup?
The text was updated successfully, but these errors were encountered: