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

[I] [Java][FlightRPC] Add options to JDBC to reuse credentials and cookies in getStream sub-clients [arrow]

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

   ### Describe the enhancement requested
   
   In #38521 , the driver was changed to spawn entirely new connections when connecting to endpoints reported by GetFlightInfo for getStream() calls.
   
   The previous behavior would be to use the same connection including all cookies and credentials. While it was not correct to use the same physical connection since the endpoints can differ, it may be valid to reuse the same cookies and credentials.
   
   ### Component(s)
   
   FlightRPC, Java


-- 
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] [Java][FlightRPC] Add options to JDBC to reuse credentials and cookies in getStream sub-clients [arrow]

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

   take


-- 
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] [Java][FlightRPC] Add options to JDBC to reuse credentials and cookies in getStream sub-clients [arrow]

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #38576: [Java][FlightRPC] Add options to JDBC to reuse credentials and cookies in getStream sub-clients
URL: https://github.com/apache/arrow/issues/38576


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