Skip to content

Instantly share code, notes, and snippets.

@schroedermatt
Last active June 22, 2018 13:01
Show Gist options
  • Select an option

  • Save schroedermatt/08bfa62102e3d2986b0a3704305cef93 to your computer and use it in GitHub Desktop.

Select an option

Save schroedermatt/08bfa62102e3d2986b0a3704305cef93 to your computer and use it in GitHub Desktop.
Docker compose snippet showing the volume mount for local development of a Connector.
connect:
image: confluentinc/cp-kafka-connect:latest
volumes:
- ./build/libs:/usr/share/java/kafka-connect-plugin-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment