Why do external variables not resolve in my Kafka Connect connector configuration?
I have written a custom ConfigProvider
to externalise the secrets of the connector. I have a Docker image that builds on top of Debezium’s image and adds the JAR containing the provider to the libs
folder. It looks as follows:
Kafka Connector use the same topic between debezium source and sink postgres
I have two kafka connector : debezium source and sink postgres. I would like to add a record on bdd kc-source, the record would be on db kc-sink, it is use the same topic.