Open
Description
Problem :
- i want to send 70-100 kb message in chunks of 4kb with PUB SUB Pather .
Solution - 1:
using zmq send more with PUB SUB Pattern. So, ZMQ will internally handles merging an ordering of chunks on Subscriber side.
Solution - 2:
i will use zmq without send more with PUB SUB Pattern. So, in this case i have to all things like merging and ordering of chunks on Subscriber side.
which solution is best in java vertx.
below are some of my concern points :
- is it true that if some of chunks are drop then ZMQ socket will be stuck in PUB SUB Pattern.
Metadata
Metadata
Assignees
Labels
No labels