You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/04/13 22:19:22 UTC

[GitHub] [pinot] xiangfu0 commented on pull request #8481: [pinot-spark-connector] Add option to connect using GRPC

xiangfu0 commented on PR #8481:
URL: https://github.com/apache/pinot/pull/8481#issuecomment-1098537520

   Pinot stores grpc port in helix instance config, you can fetch it from controller API  `/instances/<instance_id>`. So no need to configure it manually
   
   Some code ref from prestodb: 
   https://github.com/prestodb/presto/blob/master/presto-pinot-toolkit/src/main/java/com/facebook/presto/pinot/PinotClusterInfoFetcher.java#L600
   and 
   https://github.com/prestodb/presto/blob/master/presto-pinot-toolkit/src/main/java/com/facebook/presto/pinot/PinotClusterInfoFetcher.java#L588


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org