Hi Pulsar Community, I am continuing work to clean up the authorization code base. I noticed we have several methods on the AuthorizationProvider interface that have been annotated as deprecated since 2.7.0. They are unused and clutter the interface. I propose we remove them. The only risk is to users that load third party code that call these methods. Given that this change would ship in 2.12.0, I think we have waited long enough.
Here is the PR: https://github.com/apache/pulsar/pull/19182 Thanks, Michael