You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Tiffany Lam (Jira)" <ji...@apache.org> on 2020/10/30 00:02:00 UTC

[jira] [Created] (ARROW-10427) Add optional session headers

Tiffany Lam created ARROW-10427:
-----------------------------------

             Summary: Add optional session headers 
                 Key: ARROW-10427
                 URL: https://issues.apache.org/jira/browse/ARROW-10427
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Java
    Affects Versions: 2.0.0
            Reporter: Tiffany Lam


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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)