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 2018/05/31 17:42:50 UTC

[GitHub] merlimat commented on issue #1875: Problems with Persistent Topic stats

merlimat commented on issue #1875: Problems with Persistent Topic stats 
URL: https://github.com/apache/incubator-pulsar/issues/1875#issuecomment-393615109
 
 
   @Audace I cannot see this problem here. Stats are looking correct to me. Just try to do a simple test: from 3 different consoles, run: 
   
   `pulsar-perf produce my-topic`
   
   `pulsar-perf consume my-topic`
   
   `pulsar-admin topics stats my-topic`
   
   The default rate is 100msg/s and it's showing up correctly even after a while.
   
   Perhaphs, can you just add the json stats here?
   
   > msgRateOut to reflect the number of messages published and number of messages ack'd, respectively.
   
   `msgRateOut` is the rate at which the broker pushes messages to a consumer, in some case it might be different from the rate that consumer "acknowledges" the messages, since the flow-control is based on application calling `consumer.receive()` rather than on the ack itself.

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


With regards,
Apache Git Services