Closed libracoder closed 5 months ago
Hi @libracoder If the node is behind a load-balancer/proxy/public IP you need to use the load-balancer configuration, see: https://github.com/rabbitmq/rabbitmq-stream-go-client?tab=readme-ov-file#load-balancer
@libracoder Can you try https://github.com/rabbitmq/rabbitmq-stream-go-client/pull/317 ?
Describe the bug
I am using this simple example to test the implementation of streams in my application , I have been testing this for days to no avail
I repeatedly get errors
lookup rabbitmq: no such host
The, I have enabled rabbitmq-streams using the plugin, The stream is also getting created. This is the line that fails
_, err = env.NewProducer(streamName, stream.NewProducerOptions())
Reproduction steps
Expected behavior
Throws the
lookup rabbitmq: no such host
errorAdditional context
No response