Closed vdj69 closed 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
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
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?