hpi-epic / pricewars

Price Wars - A Simulation Platform for Dynamic Pricing Competition
https://hpi.de/en/plattner/projects/price-wars-an-interactive-simulation-platform.html
MIT License
52 stars 24 forks source link

Benchmark Tool: Use localhost URLs #19

Closed CarstenWalther closed 6 years ago

CarstenWalther commented 6 years ago

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).