question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latest image doesn't contain bundled connectors

See original GitHub issue

I’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:closed
  • Created 6 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
buinauskascommented, Dec 14, 2017

@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

1reaction
wintersommercommented, Dec 7, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found