Skip to content

Conversation

@MikkelSchmidtDFDS
Copy link

@MikkelSchmidtDFDS MikkelSchmidtDFDS commented Jan 9, 2026

This pull request introduces batch message production capabilities to the Producer class, allowing multiple messages to be produced in a single call with several overloads for different contexts and headers.

Batch message production enhancements:

  • Added multiple overloads of the Produce method to the Producer class, enabling the production of multiple messages at once, with support for headers and message handler context. These methods ensure messages are produced in the order provided.

We should however consider to change the contract of the Producer to actually return the DeliveryResult from the KafkaProducer. (for both single and bulk producing)
And then update the the outbox the take advantage of this.

@DFDS-Snyk
Copy link

DFDS-Snyk commented Jan 9, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants