Skip to content

Commit

Permalink
fix: compose dev
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Nov 13, 2024
1 parent 3cc2b99 commit 6363906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export TOPIC="pragma-data"
export HOST="0.0.0.0"
export PORT=3000
export METRICS_PORT=8080
export KAFKA_BROKERS="0.0.0.0:9092"
export KAFKA_BROKERS=localhost:29092
export AXIOM_TOKEN=xaat- # OPTIONAL
```

Expand Down
2 changes: 1 addition & 1 deletion compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ services:
environment:
KAFKA_BROKER_ID: 1
KAFKA_ZOOKEEPER_CONNECT: pragma-zookeeper:2181
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://pragma-kafka:9092,PLAINTEXT_E://pragma-kafka:29092
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://pragma-kafka:9092,PLAINTEXT_E://localhost:29092
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT,PLAINTEXT_E:PLAINTEXT
KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT
#KAFKA_SOCKET_REQUEST_MAX_BYTES: "10000000"
Expand Down

0 comments on commit 6363906

Please sign in to comment.