> I was not exactly suggesting to have AsyncAuthenticationProvider
> extend the current interface :)
Thank you for clarifying. :) You mentioned a bridging class in the
community meeting yesterday, but I misunderstood its implementation.
Your AsyncAuthBridge implementation makes sense to me. The m
On Fri, Sep 3, 2021 at 11:51 AM Michael Marshall wrote:
> The new interface would be called AsyncAuthenticationProvider, and it would
> extend the existing AuthenticationProvider interface. It would have one
> additional method "authenticateAsync" and it would be up to the
> implementation to make
I discussed this feature with Matteo and Addison during yesterday's Pulsar
Community Meeting. Matteo suggested that it might be easier to create a new
interface as part of this work instead of adding a new method to the
existing interface while maintaining backwards compatibility.
The new interfac