codelipenghui commented on issue #8419:
URL: https://github.com/apache/pulsar/issues/8419#issuecomment-720878262


   @alexku7 Yes, currently all permissions of the topic are stored in a 
zookeeper znode. There are 2 ways to change the situation:
   
   1. Use multiple znodes to store permissions of the topics under the 
namespace(split by the hash of the topic name)
   2. Use system topic to store the namespace policy, currently, we already use 
the system topic to store the topic level policy. So, this is a more elegant 
way.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to