Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include confluent-hub in the Docker image #4558

Closed
MichaelDrogalis opened this issue Feb 13, 2020 · 0 comments · Fixed by #4729
Closed

Include confluent-hub in the Docker image #4558

MichaelDrogalis opened this issue Feb 13, 2020 · 0 comments · Fixed by #4729
Assignees
Milestone

Comments

@MichaelDrogalis
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Today, it's cumbersome to install new connectors to run in embedded mode. You need to either preinstall confluent-hub or download the connector jar yourself.

Describe the solution you'd like

We should embed confluent-hub into the Docker image so that connectors can be downloaded with ease, with something like the following:

docker run -v /mnt/hub/plugins:plugins confluentinc/ksqldb-server confluent-hub install < connector >

This is nice because you need not pre-pull the image. It will download if this is its first invocation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants