Skip to content

Sending Data in chunks of 4kb in PUB SUB Pattern in Java #1012

Open
@ashish159357

Description

@ashish159357

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions