MarvinCai commented on pull request #11986: URL: https://github.com/apache/pulsar/pull/11986#issuecomment-924017682
but I think this pr is introducing a breaking change that now producer will need admin permission to be able to produce if using HttpLookupService, since when creating producer it'll get topic metadata first, which now validate `WRITE` permission on `TOPIC`, while current authz check is coarse-grained so it just check if role has admin permission that's why the cpp test is failing @codelipenghui @hangc0276 @eolivelli any thought on this? -- 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]
