Search before asking
Motivation
I have a lot of producers in a topic called admin.topics().getPartitionedStats, like 3k producers.The response size of getPartitionedStats is enormous (400M+) and it responds slowly.

However, I do not require information about publishers and subscriptions.
Solution
So I hope publishers and subscriptions can be optional, we can add new interface like below:
CompletableFuture<PartitionedTopicStats> getPartitionedStatsAsync(
String topic, boolean perPartition, boolean getPreciseBacklog, boolean subscriptionBacklogSize,
boolean getEarliestTimeInBacklog, boolean containPublishers, boolean containSubsriptions,);
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?
Search before asking
Motivation
I have a lot of producers in a topic called
admin.topics().getPartitionedStats, like 3k producers.The response size ofgetPartitionedStatsis enormous (400M+) and it responds slowly.However, I do not require information about
publishersandsubscriptions.Solution
So I hope publishers and subscriptions can be optional, we can add new interface like below:
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?