Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a smart publisher #98

Open
3 tasks
Gsantomaggio opened this issue Sep 22, 2021 · 1 comment
Open
3 tasks

Introduce a smart publisher #98

Gsantomaggio opened this issue Sep 22, 2021 · 1 comment
Labels
A-Environment Area Environment
Milestone

Comments

@Gsantomaggio
Copy link
Member

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)
@Gsantomaggio Gsantomaggio added the A-Environment Area Environment label Sep 22, 2021
@Gsantomaggio Gsantomaggio added this to the First Alpha milestone Sep 22, 2021
@Gsantomaggio
Copy link
Member Author

Related to #85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Environment Area Environment
Projects
None yet
Development

No branches or pull requests

1 participant