scimma / scimma-server-container

Container with zookeeper, Kafka and SCIMMA server software for SCIMMA development.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

The kafka server announces an unresolvable listener name #45

Open rdt12 opened 4 years ago

rdt12 commented 4 years ago

When the scimma/server container is started with a user-defined network, it, as configured, advertises a listener that uses the container hostname as part of the broker URL. The container hostname cannot be resolved on the local host.

An easy fix is to configure kafka to advertise a listener with an IP address.

rdt12 commented 4 years ago

This was addressed by PR #47