Interface NonPersistentPublisherStats
- All Superinterfaces:
PublisherStats
Non-persistent publisher statistics.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
for non-persistent topic: broker drops msg if publisher publishes messages more than configured max inflight messages per connection.Methods inherited from interface org.apache.pulsar.common.policies.data.PublisherStats
getAccessMode, getAddress, getAverageMsgSize, getChunkedMessageRate, getClientVersion, getConnectedSince, getMetadata, getMsgRateIn, getMsgThroughputIn, getProducerId, getProducerName, isSupportsPartialProducer
-
Method Details
-
getMsgDropRate
double getMsgDropRate()for non-persistent topic: broker drops msg if publisher publishes messages more than configured max inflight messages per connection.
-