nats-io/nats.ex

Reconnect Functionality

ColinSullivan1 opened this issue · 1 comments

Reconnect is currently listed as an experimental feature. Users have expressed interest in promoting this as a fully supported feature. We need to evaluate where reconnect functionality is at and how it can be supported as a first class feature of this client.

@mmmries , wdyt?

@ColinSullivan1 thanks for passing this along. We just chatted in slack around this:

Screen Shot 2020-01-09 at 4 09 28 PM

The ConnectionSupervisor feature that already exists has been in active use for 3+ years in production systems at MX so I think it's pretty solid. I'll try to push up a change removing the "experimental" comment, and I'll clarify that we don't yet have support for dynamic node discovery.