[zeromq-dev] What pattern of ZeroMQ best to use for Relay server scenario?

giedrius.lukosevicius at advantes.tech giedrius.lukosevicius at advantes.tech
Sun Mar 31 16:23:25 CEST 2019


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!

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20190331/e0ba0a22/attachment.htm>


More information about the zeromq-dev mailing list