You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "aiguofer (via GitHub)" <gi...@apache.org> on 2023/06/29 19:46:42 UTC

[GitHub] [arrow] aiguofer commented on issue #31924: [FlightRPC][Java] Provide standard way to get client IP address

aiguofer commented on issue #31924:
URL: https://github.com/apache/arrow/issues/31924#issuecomment-1613711589

   It seems like this could be helpful in various situations. Although the gRPC interface for it is considered unstable, it's been around for quite a while and would likely not break unexpectedly (there would be a deprecation and migration path).
   
   An easy way to expose this could be creating some sort of `RequestInfo` object that gets added to the gRPC `Context` and later passed into the Flight `CallContext` so it's easily accessible in request handlers. What other types of data are exposed in the C++/Python interface that we might want to add?


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