pigato icon indicating copy to clipboard operation
pigato copied to clipboard

PIGATO - an high-performance Node.js microservices framework

Results 15 pigato issues
Sort by recently updated
recently updated
newest added

Does `PIGATO.Client` really support connecting to multiple brokers? The code says `this.socket.connect(this.broker)` (single connect call), and original ZMQ guide says `A subscriber can connect to more than one publisher, using...

design / bikeshed this is a common problem but being able to run a reduce across workers is important. right now we can use a separate registry from the broker...

enhancement

I implemented PIGATO with following architecture, I placed 2 brokers and 2 workers broker 1 - have registered 2 workers broker 2 - have registered 2 workers Client use both...

add auto discovery to broker workers and clients as an option this will allow much faster deployment with less configuration. My recommendation would be to use http://rfc.zeromq.org/spec:20

enhancement

I know adding zap support is on the roadmap and that zmq-zap is still in the unstable state, But I would like to give a crack at implementing it. I...