Publish confirmation channel is throwing tcp: missing address #226
-
I am trying the dial tcp: missing address exit status 1 . I can see that the stream is getting created with the UUID.I added some extra
RabbitMQ instance is created using the operator as mentioned here and the service is exposed as a Loadbalancer. Any clues on why it is complaining about the missing address? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
you need to configure the load balancer options, see https://github.com/rabbitmq/rabbitmq-stream-go-client Load balancer section There is an example here: https://github.com/rabbitmq/rabbitmq-stream-go-client/blob/main/examples/README.md |
Beta Was this translation helpful? Give feedback.
-
Hi there,
|
Beta Was this translation helpful? Give feedback.
you need to configure the load balancer options, see https://github.com/rabbitmq/rabbitmq-stream-go-client
Load balancer section
There is an example here:
https://github.com/rabbitmq/rabbitmq-stream-go-client/blob/main/examples/README.md