ydb icon indicating copy to clipboard operation
ydb copied to clipboard

Change Data Capture (CDC) support

Open xaka opened this issue 2 years ago • 1 comments

Does YDB support CDC or any other mechanism to stream data changes to Kafka, etc.?

xaka avatar Apr 19 '22 17:04 xaka

We are working on this feature.

fomichev3000 avatar May 18 '22 09:05 fomichev3000

The feature is now available as part of the 22-4 stable release. Please visit https://ydb.tech/en/docs/concepts/cdc for details.

Events are written to a topic: https://ydb.tech/en/docs/concepts/topic (concepts) https://ydb.tech/en/docs/reference/ydb-cli/topic-overview (CLI) https://ydb.tech/en/docs/reference/ydb-sdk/topic (Go SDK)

alexv-smirnov avatar Oct 07 '22 15:10 alexv-smirnov