You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/20 01:30:12 UTC

[GitHub] [pulsar] codelipenghui commented on issue #15370: [PIP-160] Make transactions work more efficiently by aggregation operation for transaction log and pending ack store

codelipenghui commented on issue #15370:
URL: https://github.com/apache/pulsar/issues/15370#issuecomment-1159870170

   > message BatchedTransactionMetadataEntry{
     // Array for buffer transaction log data.
     repeated TransactionMetadataEntry transaction_log = 1;
   }
   
   > message BatchedPendingAckMetadataEntry{
     // Array for buffer pending ack data.
     repeated PendingAckMetadataEntry pending_ack_log=1;
   }
   
   we should use plural names for the repeated fields such as entries or records.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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