You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "indigophox (via GitHub)" <gi...@apache.org> on 2023/04/03 17:20:46 UTC

[GitHub] [arrow] indigophox opened a new issue, #34865: Add Session management primitives and Location path parsing

indigophox opened a new issue, #34865:
URL: https://github.com/apache/arrow/issues/34865

   ### Describe the enhancement requested
   
   In order to support Flight SQL server session persistence within a server application, we are introducing DoAction messages to support handling setting and checking session parameters, as well as closing sessions (housekeeping).
   
   Additionally, to support an initial use case of these session parameters, Location will be extended to support parsing of and access to a resource-path within the URI used to construct the Location object.  This will facilitate using Location to persist this user/application connection option within the client app so that it can be provided via the Session functionality, or as a fallback via request headers.
   
   ### Component(s)
   
   C++, FlightRPC


-- 
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-unsubscribe@arrow.apache.org.apache.org

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


Re: [I] [C++][FlightSQL] Add session management primitives [arrow]

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm commented on issue #34865:
URL: https://github.com/apache/arrow/issues/34865#issuecomment-1954261112

   #40155 to add this to Golang; #1557 to add this to the client.


-- 
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: github-unsubscribe@arrow.apache.org

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


Re: [I] [C++][FlightSQL] Add session management primitives [arrow]

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #34865: [C++][FlightSQL] Add session management primitives
URL: https://github.com/apache/arrow/issues/34865


-- 
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-unsubscribe@arrow.apache.org

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