Is there any property to specify the StreamFrom=BEGINNING and StreamTo=NOW in Kafka connector? The use case here is we just want to snapshot what is available on Couchbase server at that instant.
Hi @cbwill
The Couchbase Kafka connector doesn’t support anything like StreamTo=NOW
.
Out of curiosity, if we were to add such a feature, is there a conventional way you would expect the connector to signal that it is done?
Thanks,
David
We are open to ideas about how to signal that a snapshot is done. Maybe pushing a message into the topic with the connector “name” and that it is done? Then leaving it to the consumer of that message to process that.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.