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

[GitHub] [arrow] lidavidm commented on issue #36339: [FlightRPC] Dynamically setting endpoint in FlightInfo requests

lidavidm commented on issue #36339:
URL: https://github.com/apache/arrow/issues/36339#issuecomment-1610551096

   Ah! Whoops.
   
   In Java, you can attach a gRPC interceptor to do it...it's not quite so convenient.
   
   By peer IP, I just mean the IP of the client, as seen by your server. So if you know that public/private traffic comes from a particular IP or range of IPs, you can differentiate that way. Otherwise, depending on how exactly you set up networking, maybe you could configure public-facing load balancers (or private clients) to attach a header (that public-facing load balancers strip from incoming requests)?


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