Archived

This forum has been archived. Please start a new discussion on GitHub.

About the load-balance's type ordered

Hi, I am using the load balance in IceGrid, And I want to implement the master-slave pattern in my business module.
I found the ordered type in replica-group, I want to know the detail behaviour in below scene:

Two adapter deployed with prior 1 and 2, defined here as adapter1 and adapter2.
First get the adapter1's endpoint when client request,
After that, server contain adapter1 down, then get the adapter2's endpoint when client request, Until now, everything is ok.
But if adapter1's server restart, client's request will get adapter1 or 2's endpoint?

I want to know that how to do a master-slave pattern busi module in Ice.



Comments