Skip to content

Fix missing hostname in produced messages

Fabfur requested to merge work/fabfur/fix-hostname into main

With Benthos we used the Hostname field from syslog message but resorted to host hostname for fallback. This in the past lead to some issues (involving FQDN mainly).

With haproxykafka the hostname is configurable and we fallback on the os.Hostname() function if empty.

Merge request reports