TakaHiR07 commented on PR #16792: URL: https://github.com/apache/pulsar/pull/16792#issuecomment-1219114676
I have changed the proposal and I think it is the better way to solve this problem and meet the compatibility. pulsar old version | | partition (e.g., persistent://public/default/mytopic-partition-0) | based topic (e.g., persistent://public/default/mytopic)| | ------ | ------ | ------ | | grant | only partition | grant all partition and then grant based topic | | revoke | only partition | revoke all partition and then revoke based topic (shutdown if throw exception) | | get | only partition | only based topic | | check | check partition and then check based topic | only based topic | pulsar new version | | partition (e.g., persistent://public/default/mytopic-partition-0) | based topic (e.g., persistent://public/default/mytopic)| | ------ | ------ | ------ | | grant | only partition | only based topic | | revoke | only partition | revoke based topic and then revoke partition | | get | only partition | only based topic | | check | check partition and then check based topic | only based topic | -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
