Closed chicco785 closed 3 months ago
Despite in the environment localhost is set:
localhost
env, err := stream.NewEnvironment( stream.NewEnvironmentOptions(). SetHost("localhost"). SetPort(5552). SetUser("guest"). SetPassword("guest"))
getting_started.go fails during the consumption because it tries to connect to rabbitmq:
getting_started.go
rabbitmq
message [hello_world_9998] stored message [hello_world_9999] stored lookup rabbitmq: no such host exit status 1
No hard coded hostnames :) examples work just fine ;)
No response
it's my docker configuration the issue
Describe the bug
Despite in the environment
localhost
is set:getting_started.go
fails during the consumption because it tries to connect torabbitmq
:Reproduction steps
Expected behavior
No hard coded hostnames :) examples work just fine ;)
Additional context
No response