Debezium JDBC Sink Connector
As a data engineer,
I want to use the Debezium JDBC sink connector
so that I can easily consume CDC events from a Debezium source connector.
The full architecture would be postgresinstance1 -> (debezium source connector) -> kafka -> (debezium sink connector) -> postgresinstance2
1
vote