You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a pattern that I would like to experiment with and yet to find any details online.
NATS.io offer:
Embedding the NATS server into a Go binary
Creating a cluster of NATS servers.
I would like to know why my current configuration is showing 0 routes. I am unsure how the routez option should be set as I have tried hard-coding the network using the docker names (i.e. nats://go-a:6222) with no luck.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There is a pattern that I would like to experiment with and yet to find any details online.
NATS.io offer:
I would like to know why my current configuration is showing 0 routes. I am unsure how the
routez
option should be set as I have tried hard-coding the network using the docker names (i.e.nats://go-a:6222
) with no luck.I believe this should work as I did follow the tutorial using external servers and there we have the following
Just failing to see how this docker setup translates to an embedded server configuration in Go
Beta Was this translation helpful? Give feedback.
All reactions