Hi Dhammika,

> Why don't we add a protocol version? zmq servers can check the version
> and drop messages they don't support.

Rather than negotiating the version, implementations can simply drop the 
  messages that have unrecognised flags set IMO.

> Any thoughts on supporting different wire protocols? Idea is to talk
> to non-zmq servers, ie. redis/memcached. We don't have API hooks for
> this, but we can have pluggable encoder, decoder and msg types.

It can be done, but it requires modifying the 0MQ codebase. Allowing for 
hooking in different protocols would be nice, but it would require some 
work on the hook-in API. Any proposals?

Martin
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to