The benchmark tool uses localhost instead of the hostnames marketplace, kafka and consumer.
This is one step needed to remove our entries in the hosts file. The URLs can be configured with start parameters.
Kafka now uses two listeners.
kafka:9092 for the docker-internal network, and
192.168.47.1:9093 for the external network. 192.168.47.1 is the IP of the docker host.
Also this PR updates the marketplace submodule.
It might be necessary to rebuild the Zookeeper Container (e.g. with docker-compose rm).
The benchmark tool uses
localhost
instead of the hostnamesmarketplace
,kafka
andconsumer
. This is one step needed to remove our entries in the hosts file. The URLs can be configured with start parameters.Kafka now uses two listeners.
kafka:9092
for the docker-internal network, and192.168.47.1:9093
for the external network.192.168.47.1
is the IP of the docker host.Also this PR updates the marketplace submodule. It might be necessary to rebuild the Zookeeper Container (e.g. with
docker-compose rm
).