Last active
June 22, 2018 13:01
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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