Kafka Connector needs restart after kafka node is restarted

Hi @david.nault,

We are facing issue where if the kafka node or kafka is resarted , kafka connector needs a restart.

Do you know if it is fixed after 3.3.0 ?

Regards
Pankaj Sharma

Hi Pankaj,

Reconnecting after restart or rollback has been the focus of the last few minor releases. Versions 3.3.0, 3.3.1, and 3.3.2 each improve the ability of the connector to resume streaming after a failure scenario. Reference: Kafka Connector Release Notes.

There is one unresolved known issue in this area: JDCP-97, which is only reproducible in deployments where Couchbase is running inside Docker but the connect worker is not.

Thanks,
David