Skip to content

feat: add batch producer that preserves order#690

Open
AlexeyRaga wants to merge 2 commits intoFarfetch:masterfrom
AlexeyRaga:batch-producer
Open

feat: add batch producer that preserves order#690
AlexeyRaga wants to merge 2 commits intoFarfetch:masterfrom
AlexeyRaga:batch-producer

Conversation

@AlexeyRaga
Copy link
Contributor

@AlexeyRaga AlexeyRaga commented Feb 4, 2026

Description

Implement BatchProduceAsync in a sound way: it does efficient batch producing while preserving order of messages.
The existing BatchProduceAsync extension method is unsound because it produce messages in a random order.

How Has This Been Tested?

Integration tests, unit tests

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have added tests to cover my changes
  • I have made corresponding changes to the documentation

Disclaimer

By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement

@AlexeyRaga AlexeyRaga changed the title Batch producer feat: add batch producer that preserves order Feb 4, 2026
@AlexeyRaga AlexeyRaga marked this pull request as ready for review February 5, 2026 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant