-
Bug
-
Resolution: Done
-
Major
-
0.9.0.Beta2
-
None
docker-entrypoint.sh contains the following code:
export CONNECT_REST_HOST_NAME=$HOST_NAME
this causes the connect to be bound only to hostname interface.
For more details refer to KAFKA CONNECT:
NAME | DESCRIPTION |
---|---|
rest.host.name | Hostname for the REST API. If this is set, it will only bind to this interface. |
I propose to remove this configuration so that the connect binds to all interfaces.