prometheus-kafka-consumer-group-exporter icon indicating copy to clipboard operation
prometheus-kafka-consumer-group-exporter copied to clipboard

switch listener to tcp4

Open zot42 opened this issue 6 years ago • 2 comments

So as built the listener only listened on ipv6. I am running this as a mesos job and needed to have it listen on a ipv4 interface.

zot42 avatar Oct 31 '17 18:10 zot42

LGTM! 🚢

nwhobart avatar Nov 01 '17 15:11 nwhobart

It doesn't, tried both locally and in mesos.

On Nov 14, 2017 6:15 AM, "Jens Rantil" [email protected] wrote:

@JensRantil requested changes on this pull request.

Hm, but doesn't this remove support for TCP6? Have you tried doing -listen 1.2.3.6:7979 instead? That should make it listen to TCP4, no?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kawamuray/prometheus-kafka-consumer-group-exporter/pull/42#pullrequestreview-76420573, or mute the thread https://github.com/notifications/unsubscribe-auth/AWcT8Pe-SoEFy4roaDZeFBSgGnvnvoJZks5s2YRLgaJpZM4QNMmE .

zot42 avatar Nov 14 '17 12:11 zot42