Skip to content

Introduce a smart publisher #98

Open
@Gsantomaggio

Description

@Gsantomaggio

The client interface has to be something like:

producer.send(message)

Internally the producer must :

  • Aggregate the messages based on batch-size
  • split the messages based on frame-size
  • send the buffer after a configurable timeout ( default 100 ms)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions