Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Mautsch committed Sep 25, 2024
1 parent 23ffddf commit 0933a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ docker run --pull always --name event-dispatcher-service-native --rm -p50500:505
docker run --pull always --name event-dispatcher-service-native --rm -p50500:50500 goafabric/event-dispatcher-service-native-arm64v8:$(grep '^version=' gradle.properties | cut -d'=' -f2) -Xmx32m

# kafka
docker run --rm --name kafka -p 9092:9092 -e KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://127.0.0.1:9092 quay.io/ogunalp/kafka-native:0.10.0-kafka-3.7.1-arm64
docker run --rm --name kafka -p 9092:9092 apache/kafka-native:3.8.0

0 comments on commit 0933a5d

Please sign in to comment.