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
In our case, we use primary store (consul) and secondary store (memberlist). So, when the app established a connection with consul, the service becomes Ready, and after some time if memberlist module failed to start, the whole application is shut down with messages:
Actual Result: service is stopped if the secondary store(memberlist) does not work. Expected Result: service continues working if the primary store works.
The text was updated successfully, but these errors were encountered:
In our case, we use primary store (consul) and secondary store (
memberlist
). So, when the app established a connection withconsul
, the service becomesReady
, and after some time ifmemberlist
module failed to start, the whole application is shut down with messages:Actual Result: service is stopped if the secondary store(memberlist) does not work.
Expected Result: service continues working if the primary store works.
The text was updated successfully, but these errors were encountered: