Skip to content

docker compose example - clickhouse- kafka-connect #152

Answered by Paultagoras
robinjohn29 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @robinjohn29 - the bits you need are:

volumes: - "~/DockerShare:/usr/share/dockershare/:ro"

and

CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components,/usr/share/dockershare"

That maps a folder (in the example, called DockerShare on my local mac) and adds it to the plugin path.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Paultagoras
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants