Is there a configuration example using confluentinc/cp-kafka-connect docker? #79
-
Hi, can someone share an example configuring clickhouse-kafka sink connector with confluentinc/cp-kafka-connect docker container please? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Here is a working example using apicurio schema registry connect-distributed.properties
sink-connector.json
|
Beta Was this translation helpful? Give feedback.
-
Dockerfile:
Environment variables for container:
Upload connector configuration in a running container:
|
Beta Was this translation helpful? Give feedback.
-
This is the docker compose I use while testing locally (I also use a .env file to avoid duplication):
This is a sample configuration for the connector that I use locally as well:
|
Beta Was this translation helpful? Give feedback.
This is the docker compose I use while testing locally (I also use a .env file to avoid duplication):