glinggit opened a new issue #788: The defaultTopicPerm and defaultGroupPerm 
values does not work in the program because the value in the configuration file 
is not used in the program.
URL: https://github.com/apache/rocketmq/issues/788
 
 
   When I configure defaultTopicPerm and defaultGroupPerm values in the 
plain_acl.yml file,
   I want to validate the permission judgment of the default topic according to 
my configuration.
   However, the configuration in the program does not work because the value in 
the configuration file is not used in the program.
   
   The code is 133 lines in PlainPermissionLoader.java and the code is as 
follows:
   “byte ownedPerm = isGroup ? needCheckedAccess.getDefaultGroupPerm() :
   needCheckedAccess.getDefaultTopicPerm();”

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to