Context
Debezium source connectors differ slightly from standard Kafka connectors. While they are built on top of the Kafka APIs, they introduce several domain-specific differences related to how Debezium operates. These differences make developing new Debezium source connectors more difficult and time-consuming.
Proposal
Introduce a maven archetype for relational non-historized to setup the necessary boilerplate for a Debezium Source Connector. The archetype should be based on the following work debezium/debezium-examples#407
Context
Debezium source connectors differ slightly from standard Kafka connectors. While they are built on top of the Kafka APIs, they introduce several domain-specific differences related to how Debezium operates. These differences make developing new Debezium source connectors more difficult and time-consuming.
Proposal
Introduce a maven archetype for relational non-historized to setup the necessary boilerplate for a Debezium Source Connector. The archetype should be based on the following work debezium/debezium-examples#407