Enable Change Data Capture
2021-12-06
Uncategorized
Description
This is an exercise from the Cockroach University course “Event-Driven Architecture with Java”. In this exercise, students will be setting up Cockroach CDC to consume events from an Outbox Table in CockroachDB and push those events to Kafka. They will enable Change Feeds in CockroachDB. They will create a Change Feed for the Outbox Table. They will verify that when an event is added to the Outbox Table it is published to a Kafka topic. Learn more about CockroachDB by signing up for free training at Cockroach University: https://university.cockroachlabs.com/ 00:00 How do we enable change data capture?