conduktor / kafka-stack-docker-compose

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

How to add other connectors? #78

Closed vdj69 closed 3 years ago

vdj69 commented 3 years ago

Hi, how to add connectors like Cassandra, MQTT, InfluxDB, and MongoDB. In the list, there are only limited connectors? Also is there any way to secure this page by using username: password?

image

simplesteph commented 3 years ago

Create a connectors directory and you should be good to go https://github.com/conduktor/kafka-stack-docker-compose/blob/master/full-stack.yml#L93

simplesteph commented 3 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