-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failover possible? #23
Comments
It supports automatic reconnecting, but there is no support for a list of servers. I think it's simple to extend the reconnect code add this functionality though. |
thx for reply. list of servers would be very useful. |
it is a loop over tuples of hosts and ports, instead connecting to one host+port. |
Maybe extracting the reconnect logic to another class, and make it composable, so one can have different heuristics for reconnection, like:
Sounds good to you ? |
Hi @pedrokiefer , thank for your reply.
Are you going to implement this soon? otherwise I can also leave with my customization. |
when implementing
|
hi,
is there failover functionality?
E.g.: https://github.com/jasonrbriggs/stomp.py/blob/010b245bc869381e25895b26d987ca19df1d2a2c/stomp/connect.py#L123
The text was updated successfully, but these errors were encountered: