jeromq icon indicating copy to clipboard operation
jeromq copied to clipboard

4.2 feature parity

Open paulvi opened this issue 8 years ago • 3 comments

Based on libzmq 3.2.5.

So when will this be in line with main ZeroMQ, that it 4.2 as of Nov 2016?

paulvi avatar Nov 20 '16 15:11 paulvi

That's a difficult question to answer with certainty. I think it will definitely be a while unless contribution activity to this project increases. I've been trying to help where I can, but there are a lot of gaps in my knowledge of how ZMQ/JMQ work.

Maybe a good first step to feature parity with ZMQ 4.2.0 would be reviewing the spec and coming up with a list of tasks / features to implement, and filing them as separate issues in this repo.

Off-hand, I know that we will need to implement ZMTP 3.0, for which there is already an issue: #59 I'm not sure what other features have been thought about / worked on.

daveyarwood avatar Nov 21 '16 13:11 daveyarwood

We are now based on ZMQ 4.1.7, which is a good deal closer to 4.2.0.

Action needed: determine what was changed/added from 4.1.7 to 4.2.0, and add it to JeroMQ.

daveyarwood avatar Sep 16 '17 02:09 daveyarwood

A lot.

With no priority on the list:

  • internal heartbeat system (my preferred)
  • new sockets (thread safe, in DRAFT mode)
  • more monitoring events ...

In a broader perspective, we will never achieve feature parity anyway if PGM, TIPC, NORM protocols are not implemented, as well as SOCKS, GSSAPI handling (it's a non-exhaustive list)

fredoboulo avatar Sep 16 '17 08:09 fredoboulo