-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Java Client Authentication Asynchronous #19429
Comments
The issue had no activity for 30 days, mark with Stale label. |
@michaeljmarshall shall we make a PIP for this enhancement? |
We could make a PIP, though I don't have time to work on it right now. |
@michaeljmarshall @tisonkun can I pick this up ? |
@Abhijeetmishr assigned. Go ahead! May I ask what's your plan to handle this issue? |
Hey @tisonkun Thank you for assigning. Regards, |
The issue had no activity for 30 days, mark with Stale label. |
Any progress with this issue? |
Hi, when trying async
|
Search before asking
Motivation
The OAuth2 client's authenticate call is blocking, which is not great for the client, and is bad for the proxy because the proxy authenticates from a netty event loop.
Solution
In the same way that PIP 97 #12105 make the
AuthenticationProvider
async, we should update theAuthentication
interface.Alternatives
No response
Anything else?
This change will likely require a PIP. I am unable to write such a PIP at this time, so I am creating this issue to keep track of this missing feature.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: