https://github.com/hpedrorodrigues/cdc-poc
An extremely simple PoC to better understand Kafka Connect and Debezium internals and how they work
https://github.com/hpedrorodrigues/cdc-poc
change-data-capture debezium kafka-connect mssql
Last synced: 3 months ago
JSON representation
An extremely simple PoC to better understand Kafka Connect and Debezium internals and how they work
- Host: GitHub
- URL: https://github.com/hpedrorodrigues/cdc-poc
- Owner: hpedrorodrigues
- Created: 2019-07-31T20:03:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T00:16:09.000Z (about 6 years ago)
- Last Synced: 2025-07-13T06:29:02.853Z (3 months ago)
- Topics: change-data-capture, debezium, kafka-connect, mssql
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Change Data Capture (PoC)
An extremely simple PoC to better understand [Kafka Connect][kafka-connect] and
[Debezium][debezium] internals and how they work.## Branches
- [PoC using Kafka Connect](https://github.com/hpedrorodrigues/cdc-poc)
- [PoC using Debezium](https://github.com/hpedrorodrigues/cdc-poc/tree/debezium)[kafka-connect]: https://docs.confluent.io/current/connect/index.html
[debezium]: http://debezium.io