Skip to content

Commit

Permalink
DBZ-4148 Configure UI for connect extension (debezium#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrillin authored Nov 3, 2021
1 parent aa740ca commit e3e8e4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions connect/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM debezium/connect:1.6
USER kafka
COPY debezium-connect-rest-extension-1.8.0-SNAPSHOT.jar /kafka/connect/dbz-rest-extension/debezium-connect-rest-extension-1.8.0-SNAPSHOT.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ services:
command: bash -c 'sleep 20 && mongo -u admin -p admin --authenticationDatabase admin dbzui-db-mongo:27017/inventory --eval "rs.initiate();"'
dbzui-connect:
container_name: dbzui-connect
image: debezium/connect:1.6
build:
context: connect
ports:
- "8083:8083"
depends_on:
Expand All @@ -73,6 +74,7 @@ services:
- CONFIG_STORAGE_TOPIC=my_connect_configs
- OFFSET_STORAGE_TOPIC=my_connect_offsets
- STATUS_STORAGE_TOPIC=my_connect_statuses
- CONNECT_REST_EXTENSION_CLASSES=io.debezium.kcrestextension.DebeziumConnectRestExtension
networks:
- dbzui-network
dbzui-backend:
Expand Down

0 comments on commit e3e8e4c

Please sign in to comment.