[zeromq-dev] ooc bindings for ØMQ

Martin Sustrik sustrik at 250bpm.com
Sat Jun 19 09:13:32 CEST 2010


Douglas,

> I'm developing something similar for the network analytics company I
> work for.  Unfortunately, you can't always rely on the messaging
> layer to do the partitioning for you — in a couple of our use cases,
> we're doing some key-based aggregation, and so we have to ensure that
> all records with the same key get sent to the same downstream
> partition.  In theory, you could have an UP/DOWNSTREAM socket handle
> this for you, but you'd have to pass in a hash of the key for every
> message.  Maybe at some point that becomes another message option?


Does that mean you have a cluster of components that processes requests 
of type X, another cluster that processes requests of type Y and so on?

Martin



More information about the zeromq-dev mailing list