Skip to content

Instantly share code, notes, and snippets.

@sohangp
Created October 2, 2019 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sohangp/7a191550c969bf1fcd694662ea87380e to your computer and use it in GitHub Desktop.
Save sohangp/7a191550c969bf1fcd694662ea87380e to your computer and use it in GitHub Desktop.
Custom Debezium Transformer image
FROM debezium/connect
ENV DEBEZIUM_DIR=$KAFKA_CONNECT_PLUGINS_DIR/debezium-transformer
RUN mkdir $DEBEZIUM_DIR
COPY target/custom-debezium-transformer-0.0.1.jar $DEBEZIUM_DIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment