Connection Issue to Liftbridge Service from Dockerized Go Client
Description I am experiencing a persistent issue where my Dockerized Go application using the go-liftbridge client fails to connect to the Liftbridge service, despite correct DNS resolution and explicitly providing the resolved IP and port. The client attempts to connect to [::1]:9292 instead of the provided IP address. Environment Liftbridge Version: v1.9.0 Go Liftbridge Client […]