Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] Server redundancy

Unfortunately the SDK does not implement any of this logic for you.

You would need to build your client to have knowledge of the redundant server set and watch the service level. 

There is an open PR that may make it possible to manually transfer your client's subscriptions from the original server+session to the new server+session if the server is implementing a failover mode that includes mirroring that data. It probably needs a rebase and some hands-on testing of the API at this point though because manually transferring a subscription from an old client+session to a new client+session is pretty complex.

On Wed, Jun 10, 2020 at 2:58 AM <neonari@xxxxxxx> wrote:
Hi all!

I'm wondering if non-transparent server redundancy is handled in the
client SDK. If so, which failover modes are handled, and where are they
implemented?

Thanks!

_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/milo-dev

Back to the top