Latest image doesn't contain bundled connectors
See original GitHub issueI’ve copied over docker-compose.yml
from https://github.com/confluentinc/cp-docker-images/tree/3.3.x/examples/cp-all-in-one and started the image.
Previously, I used to get all the bundled connectors, such as JDBC, Elasticsearch, HDFS, S3, now I don’t.
All I’m getting is FileStreamConnector (both Source and Sink versions).
Issue Analytics
- State:
- Created 6 years ago
- Comments:6
Top Results From Across the Web
camunda/connectors-bundle - Docker Image
The connectors bundle contains all out of the box connectors for Camunda 8. It's an easy way to try them out in your...
Read more >Adding a connector to Kafka Connect - Stack Overflow
I am using Confluent Kafka Docker image, specifically ...
Read more >Bundled Connectors | Confluent Platform 3.1.1
For the latest, click here. Bundled Connectors¶. The Confluent Platform includes a set of common connectors that have been packaged and tested ...
Read more >Best practices for containerizing Python applications with Docker
With this new Dockerfile, the next time Docker checks if layers can ... The official python Docker image doesn't contain a privileged user ......
Read more >Create a custom WorkSpaces image and bundle
A custom image contains only the OS, software, and settings for the WorkSpace. ... You can then specify this custom bundle when you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@echo-xu I’ve got my docker-compose configured as follows and it works for me:
CONNECT_PLUGIN_PATH: /etc/kafka-connect/jars,/usr/share/java/kafka-connect-elasticsearch
I get all of my desired plugins that are in these folders
I GOT IT, just add the environment variables like:
CONNECT_PLUGIN_PATH: “/usr/share/java/kafka-connect-elasticsearch”
see : https://docs.confluent.io/current/connect/userguide.html @ installing plugins
for the INFLUXDB plugin, i probably just map a directory into the container and reference it via plugin_path