Class ResourceUsageTopicTransportManager

java.lang.Object
org.apache.pulsar.broker.resourcegroup.ResourceUsageTopicTransportManager
All Implemented Interfaces:
AutoCloseable, ResourceUsageTransportManager

public class ResourceUsageTopicTransportManager extends Object implements ResourceUsageTransportManager
Resource Usage Transport Manager

Module to exchange usage information with other brokers. Implements a task to periodically.

publish the usage as well as handlers to process the usage info from other brokers.

See Also: