You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Michael Marshall <mm...@apache.org> on 2023/01/11 03:28:11 UTC

[DISCUSS] Deprecate unused, blocking methods in AuthorizationService

Hi Pulsar Community,

While reviewing the AuthorizationService, I noticed we have 4 methods
that are unused and that block internally. Given the acceptance of PIP
149, I think we should deprecate and eventually remove these methods.
We cannot get rid of them yet because users with custom plugins may be
calling these blocking methods.

Here is the PR [0]. Please take a look.

Thanks,
Michael

[0] https://github.com/apache/pulsar/pull/19180