progrrammer
progrrammer
@prdn It seem to be good, but for a task we will not be able to know if client failed or did the broker. Eg. If there is any write...
Yes, Thanks. But, Will not it be good if PIGATO support adding multiple broker to worker, so that worker can send response to any available or in anyway do that....
I guess you are right, but I don't understand how will that be against scalability pattern. Because in my opinion if broker knows another broker's socket, it can just ping...
A use-case can be, 1. Client send request to Broker (any), 2. Broker decide which worker (and broker) handle request [can be any shortest path algorithm], and create metadata about...
@prdn A question, Is there any events in Broker, that execute on, like onMessage received, or onClientConnected , onWorkerConnected ? If not, Don't you think it will be good to...