Debezium source and sink Connectors, version v1.9.6.Final
Debezium Connectors
Debezium is a set of distributed services to capture changes in your databases so that your applications can see those changes and respond to them. Debezium records all row-level changes within each database table in a change event stream, and applications simply read these streams to see the change events in the same order in which they occurred.
We currently have the following connectors:
You can also check the official documentation here.
License
Debezium source and sink Connectors are licensed under the Apache License, Version 2.0.
Source code
The source code for all Debezium Connect-Plugins can be found at github.com/debezium.