You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/05 16:55:18 UTC

[GitHub] [arrow-cookbook] thatstatsguy opened a new issue, #176: List all options for arrow server connection strings

thatstatsguy opened a new issue, #176:
URL: https://github.com/apache/arrow-cookbook/issues/176

   When hosting a server the user you need to specify the type of connection you're creating i.e `grpc+tcp / grpc+tls / grpc`.  It would be great to have some documentation in order to know if there are more options than this.
   
   Though this may seem trivial - this confuse may confuse users who are just used to HTTP/HTTPS
   
   As a side note - when you use HTTP/HTTPS in the scheme there is a scheme unsupported error. Does it make sense for grpc+tcp to map to HTTP and grpc+tls to HTTPS?


-- 
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.apache.org

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


[GitHub] [arrow-cookbook] thatstatsguy commented on issue #176: [Flight] List all options for arrow server connection strings

Posted by GitBox <gi...@apache.org>.
thatstatsguy commented on issue #176:
URL: https://github.com/apache/arrow-cookbook/issues/176#issuecomment-1094109956

   The reasoning makes sense - I suggest putting it somewhere in the article link below. I'd want to make it so that the information is available for all languages. 
   https://arrow.apache.org/docs/format/Flight.html
   
    Let me know if I should move it across to another repo


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


[GitHub] [arrow-cookbook] lidavidm commented on issue #176: [Flight] List all options for arrow server connection strings

Posted by GitBox <gi...@apache.org>.
lidavidm commented on issue #176:
URL: https://github.com/apache/arrow-cookbook/issues/176#issuecomment-1094996107

   So they are listed here: https://arrow.apache.org/docs/dev/status.html#flight-rpc
   
   I'll add a table to the other page in #12815


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


[GitHub] [arrow-cookbook] lidavidm commented on issue #176: [Flight] List all options for arrow server connection strings

Posted by GitBox <gi...@apache.org>.
lidavidm commented on issue #176:
URL: https://github.com/apache/arrow-cookbook/issues/176#issuecomment-1097993250

   I had raised the issue of possibly embedding documentation links in error messages the way some projects do but it didn't get much traction (granted, it was a throwaway "what if" kind of thing). 


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


[GitHub] [arrow-cookbook] lidavidm commented on issue #176: [Flight] List all options for arrow server connection strings

Posted by GitBox <gi...@apache.org>.
lidavidm commented on issue #176:
URL: https://github.com/apache/arrow-cookbook/issues/176#issuecomment-1093303633

   We should list this in the docs too.
   
   I don't think we want to support HTTP/HTTPS or rather we would reserve those if/when we support Flight over HTTP/1 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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-cookbook] thatstatsguy commented on issue #176: [Flight] List all options for arrow server connection strings

Posted by GitBox <gi...@apache.org>.
thatstatsguy commented on issue #176:
URL: https://github.com/apache/arrow-cookbook/issues/176#issuecomment-1097674059

   Great - thanks. Thinks it's now more a case of pointing users to where the docs are kept for that error.
   
   Suggest we add a link to the c++ transport not implemented message in 
   ![image](https://user-images.githubusercontent.com/47271795/163127627-d3d2b879-92cf-4591-b6e6-3f33c858c939.png)
   
   Link to file:
   https://github.com/apache/arrow/blob/6f9b07a41b50a6d2db37a28912ad22148453fc54/cpp/src/arrow/flight/transport/grpc/grpc_client.cc


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