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:
us...@infra.apache.org


Reply via email to