michaeljmarshall commented on issue #16768: URL: https://github.com/apache/pulsar/issues/16768#issuecomment-1233754417
> 6 pulsar-admin topics revoke-permission --role xxx persistent://test/test/test, would throw exception: > "Failed to perform http delete request: javax.ws.rs.ClientErrorException: HTTP 412 Permissions are not set at the topic level" > > 7 revoke permission failed and still can produce msg to topic "persistent://test/test/test" In the event that revoking this permission is really important, I think the current workaround would be to grant permission on the "new" partitions, and then revoke permission for the partitioned topic itself. -- 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]
