Stats of partitioned topic is the simple sum of the stats of all the partitions. https://github.com/apache/pulsar/blob/24605d328357e89ae107b549a6f0da2ce1683857/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java#L607-L612
So, `averageMsgSize` included in the stats is the sum of `averageMsgSize` of all the partitions. I will fix it to the correct average value. [ Full content available at: https://github.com/apache/pulsar/pull/2637 ] This message was relayed via gitbox.apache.org for [email protected]
