strimzi / metrics-reporter

Prometheus Metrics Reporter for Apache Kafka server and client components
Apache License 2.0
5 stars 10 forks source link

Without a host in the listener, the HTTP server should bind to all interfaces #58

Closed mimaison closed 3 weeks ago

mimaison commented 3 weeks ago

Currently if we don't provide a host in the listener, for example with the default http://:8080, the HTTP server only binds to localhost. Instead it should bind to 0.0.0.0, meaning all interfaces.