BewareMyPower commented on issue #1010:
URL: 
https://github.com/apache/pulsar-client-go/issues/1010#issuecomment-1519259476

   > * If the message is not batched, the processing time is nearly 0.
   > * Otherwise, given the batch size `N`, the processing time is the interval 
that started when the 1st message in the batch was received and finished when 
all `N` messages were acknowledged.
   
   I think the explanations above are already detailed. This metric actually 
represents the time of preprocessing a message ID. For a non-batch message, its 
message ID does not need to be preprocessed so the time is nearly 0. For a 
batched message, I think the most time is to wait all messages in the same 
batch are received.


-- 
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-unsubscr...@pulsar.apache.org

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

Reply via email to