Skip to content

Instantly share code, notes, and snippets.

@ripienaar
Created March 11, 2020 17:51
Show Gist options
  • Save ripienaar/f8044e82e5f1c85d01b95e3dfc001dea to your computer and use it in GitHub Desktop.
Save ripienaar/f8044e82e5f1c85d01b95e3dfc001dea to your computer and use it in GitHub Desktop.
opts := stan.GetDefaultOptions()
if os.Getenv("NATS_URL")!="" {
opts = append(opts, stan.NatsURL(os.Getenv("NATS_URL"))
}
s, err := stan.Connect("mycluster", "myclient", opts...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment