mongo-kafka
mongo-kafka copied to clipboard
MongoDB Kafka Connector
Also apply any automatic code style changes by the latest ktlint. KAFKA-421
This fixes an issue that was occurring when: 1. startup mode `COPY_EXISTING` is used 2. the copy has completed 3. but no new has been sent 4. then the kafka...
…sk switched to change stream the isCopying flag tracks wether the connector task is copying collection data or tracking change stream. This flag needs to be persisted, so that if...