You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/09/25 02:20:28 UTC

[GitHub] [pulsar-dotpulsar] RobertIndie opened a new pull request #57: Batching when producing

RobertIndie opened a new pull request #57:
URL: https://github.com/apache/pulsar-dotpulsar/pull/57


   This adds support for batching when producing.
   
   I have not yet considered 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


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org