pip/pip-347.md
During the operation and maintenance process, there are many users asking administrator for help to find out the consumers of a topic and notify them about the business change.
Administrators can call bin/pulsar-admin topics partitioned-stats to find out the ip:port of the consumers, but no role info. So administrators need to take a lot of time to
communicate with users to find out the owner based on the ip:port. It's a troublesome work and low efficiency, or even can't find out the owner.
This pip can help to solve such kind of problem. By adding a field appId in the consumer's stat.
For cluster with JWT-based authentication, the administrator can find out the owner of the consumer directly.
It can save a lot of time and improve the efficiency of the operation and maintenance process.
appId in the consumer's stat, which can show the owner of this consumer for JWT-based authentication users.Fully compatible.