asfimport opened a new issue, #320:
URL: https://github.com/apache/arrow-java/issues/320

   - Add a client middleware which receives and re-uses a session token from 
the server.
   - Add a server middleware which, when encountering a request with no session 
header, creates a session on the backend, generates a token for it, and sends 
the token to the client in a header. The client can re-use this as indicated 
above.
   - If the client has a session header, re-use the same session from the 
backend (report an error if an invalid session was used).
   
   **Reporter**: [Tiffany 
Lam](https://issues.apache.org/jira/browse/ARROW-10427) / @tifflhl
   
   <sub>**Note**: *This issue was originally created as 
[ARROW-10427](https://issues.apache.org/jira/browse/ARROW-10427). Please see 
the [migration documentation](https://github.com/apache/arrow/issues/14542) for 
further details.*</sub>


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to