michaeljmarshall opened a new pull request, #19292:
URL: https://github.com/apache/pulsar/pull/19292

   PIP: #12105 
   
   ### Motivation
   
   Implement asynchronous auth for the proxy connection. This work is a draft 
because I only just discovered a dependency on replacing all calls to 
`authenticate` with `authenticateAsync`, which is necessary to get these tests 
passing.
   
   ### Modifications
   
   * Update `ProxyConnection` class to asynchronously handle the authentication 
result
   * Update `ProxyAuthenticationTest` class to implement async auth methods and 
to make authentication asynchronous to test that code path.
   
   ### Verifying this change
   
   There is an updated test, but it doesn't cover all code paths in this PR.
   
   ### Documentation
   
   - [x] `doc-not-needed`
   
   We do not need to document this portion of PIP 97.
   
   ### Matching PR in forked repository
   
   PR in forked repository: https://github.com/michaeljmarshall/pulsar/pull/16


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to