I expect the Kafka consumer group to report a lag of 0 once it has processed all records in the topic.
What was observed?
The consumer group lag remained at 1 once it caught up to new messages. When I read the files from S3, it had written the latest message on the topic. So the connector appears to be processing all of the messages but not committing the offsets how I'd expect.
Issue Guidelines
What version of the Stream Reactor are you reporting this issue for?
6.3.0
Are you running the correct version of Kafka/Confluent for the Stream reactor release?
Yes (Kafka 3.6.0, Confluent 7.6.0)
Do you have a supported version of the data source/sink .i.e Cassandra 3.0.9?
Yes (S3 sink 6.3.0)
Have you read the docs?
Yes
What is the expected behaviour?
I expect the Kafka consumer group to report a lag of 0 once it has processed all records in the topic.
What was observed?
The consumer group lag remained at 1 once it caught up to new messages. When I read the files from S3, it had written the latest message on the topic. So the connector appears to be processing all of the messages but not committing the offsets how I'd expect.
What is your Connect cluster configuration (connect-avro-distributed.properties)?
What is your connector properties configuration (my-connector.properties)?