conduktor / kafka-stack-docker-compose

docker compose files to create a fully working kafka stack
Apache License 2.0
3.24k stars 1.25k forks source link

How to add connectors #54

Closed edescourtis closed 2 years ago

edescourtis commented 5 years ago

How do I add a connector to this? Could you show an example with S3?

simplesteph commented 2 years ago

Q: How do I add connectors to kafka connect?

Create a connectors directory and place your connectors there (usually in a subdirectory) connectors/example/my.jar

The directory is automatically mounted by the kafka-connect Docker container

OR edit the bash command which pulls connectors at runtime

confluent-hub install --no-prompt debezium/debezium-connector-mysql:latest
        confluent-hub install