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

   Interesting, as far as I was aware, gRPC wouldn't pass on the path to the 
server - I suppose it does then? (So connecting to `grpc://foo:1234/bar/baz` 
and calling `HelloWorldService.HelloWorld` would result in the gRPC server at 
`grpc://foo:1234` getting - and rejecting - a request for 
`/bar/baz/HelloWorldService/HelloWorld`, unless you have a proxy to rewrite the 
URL?)
   
   The catalog support would be client-side from my understanding of the 
proposal, so it wouldn't interact well with that indeed. Possibly we should use 
query parameters for that instead?
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to