Skip to content

Commit

Permalink
Mock kafka: update debug instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
yoomlam committed Aug 21, 2023
1 parent 5bb3a5b commit eb036aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mocks/mock-bie-kafka/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ FROM bitnami/kafka:3.3
## For debugging this container, uncomment the following:
#ENTRYPOINT ["tail", "-f", "/dev/null"]
# Then run:
# COMPOSE_PROFILES="kafka" ./gradlew :dockerComposeUp
# cd mocks
# COMPOSE_PROFILES="kafka" ./gradlew :mock-bie-kafka:docker :dockerComposeUp
# docker-compose exec mock-bie-kafka bash
# And at the shell prompt:
# /opt/bitnami/scripts/kafka/entrypoint.sh /opt/bitnami/scripts/kafka/run.sh

0 comments on commit eb036aa

Please sign in to comment.