[Question posted by a user on YugabyteDB Community Slack]
If I want to capture all the DB updates and send them to a Kafka topic, is there a solution you may suggest?
[Question posted by a user on YugabyteDB Community Slack]
If I want to capture all the DB updates and send them to a Kafka topic, is there a solution you may suggest?
You can use Yugabyte Source Connector for Kafka for both YCQL & YSQL apis. This is based on JDBC Source connector that does select *
to get the data.
Yugabyte team recently released a Debezium Connector for YugabyteDB at https://github.com/yugabyte/debezium/releases
The document is at https://docs.yugabyte.com/preview/explore/change-data-capture/debezium-connector-yugabytedb/