What pattern of ZeroMQ best to use for Relay server scenario?

Problem solving:

1.      There are many requestors/clients ( A,B,C )

2.      There are many external servers workers ( X,Y,Z )

3.      Need to set Relay server to serve requests from clients, forward it
to specific worker (e.g. A->X,B->Y,C->Z), get respose from worker and
forward it back to requestor/client.

4.      Relay server autorizes clients and then knows which server needs to
send request by it's name.

 

My first impression was Marjodomo pattern , but not sure how to identify and
keep track on specific worker..

Please suggest!

 

_______________________________________________
zeromq-dev mailing list
[email protected]
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to