srkukarni commented on issue #3060: Make sure to properly count number of processed messages in python URL: https://github.com/apache/pulsar/pull/3060#issuecomment-441766449 Lets see what are the phases of execution 1. You get a message from pulsar client. This metric is captured by num_received metric 2. Once we have a message inside our 'function queue', We need to measure how many were processed. The current approach that we have is to count total processed and total successfully processed. An alternative would be to count total successfully processed and total unsuccessfully processed. But either way we need a way to figure out how many of these queued messages are actually been thru the next phase of processing. Would you instead prefer the second approach of counting sucess and failure?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
