Skip to content

Commit

Permalink
fix: disable connection pooling
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Mar 5, 2024
1 parent 09b3aaf commit 8503df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/docker/compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- ../../zilla.yaml:/etc/zilla/zilla.yaml
- ./grpc/echo.proto:/etc/zilla/proto/echo.proto
- ./grpc/route_guide.proto:/etc/zilla/proto/route_guide.proto
command: start -v -e
command: start -v -e -Pzilla.binding.kafka.client.connection.pool=false

mqtt-simulator:
build: https://github.com/vordimous/mqtt-simulator.git#zilla-quickstart
Expand Down

0 comments on commit 8503df5

Please sign in to comment.