Frédéric Déléchamp

Results 78 comments of Frédéric Déléchamp

Fixes https://github.com/cloudevents/sdk-java/issues/481

@JemDay I'm not sure this comment is directed to me but... it makes sense to me, for the potential to be needed elsewhere. However, I'm not familiar with this particular...

Hi @pierDipi, that's about cherry-picking and making a PR in branch 2.4?

Hi, Are you certain that the router is sending message **only after** receiving "ready" message (the one that is setting identity) from dealer? EHOSTUNREACH seems to be set only when...

Do you have a compilable example so we can investigate further ?

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...

Can you provide a simple code that reflects the problem? Some details about your environment (OS, java version, ...) could be helpful as well

That would be hard without an example in hands... Do I understand it correctly by assuming there are zmq-zmq connections and non-zmq-zmq connections? A more in-depth information about your topology...

Hi, I noticed that you commented the sending waterwark setting for the subscriber, does it change anything for you? The default is 1000 messages. Try to increase it to the...

That's a good question that would need to be confirmed by checking the behaviour. In the meantime, this comment: https://github.com/zeromq/libzmq/blob/master/src/xsub.cpp#L288 seems to indicate this is indeed coherent between jeromq and...