zeroshade opened a new pull request #8471:
URL: https://github.com/apache/arrow/pull/8471


   During my usage I found that if i wanted to reuse an existing flight client 
that required authentication, it was difficult to reuse the auth handler since 
there wasn't a way to tell which goroutine / which auth made a particular 
request. By passing the context to the client auth handler it allows passing 
information to the auth handler via the context which could then be utilized by 
consumers in order to reuse a auth handler so that an entire flight client 
could be shared across multiple goroutines if desired. 
   
   Corresponding unit test is updated as well.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to