Package org.apache.kafka.server.quota
Interface MultiTenantQuotaConsumer
- All Superinterfaces:
AutoCloseable
,Closeable
,Configurable
-
Method Summary
Methods inherited from interface org.apache.kafka.common.Configurable
configure
-
Method Details
-
start
CompletableFuture<Void> start()Start consuming the quotas.- Returns:
- a future that will resolve once the topic is read to end on startup
-