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

Batching when producing #57

Closed
wants to merge 13 commits into from
Closed

Conversation

RobertIndie
Copy link
Member

@RobertIndie RobertIndie commented Sep 25, 2020

This adds support for batching when producing.

I have not yet implemented batch sending for messages with OrderingKey and PartitionKey. Here I use BatchMessageContainer to manage messages that need to be sent in batches. For the default size of BatchMaxBytesSize, I used the same configuration as the Java Client:128KB.

The C# code generated automatically based on Protobuf appears to be out of date, and the HighestSequenceId property was not found at MessageMetadata. How do I update this code?

This closes #7

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.

Support - Batching when producing
1 participant