You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2021/08/14 01:33:52 UTC

[GitHub] [phoenix] joshelser commented on pull request #1280: PHOENIX-6523: Support for HRpc connection protocol through JDBC URL

joshelser commented on pull request #1280:
URL: https://github.com/apache/phoenix/pull/1280#issuecomment-898789496


   ```
   jdbc:phoenix+zk:hostname1,2,3...:<properties> 
   jdbc:phoenix+hrpc:hostname1,2,3...:<properties>
   ```
   
   What is "hrpc" supposed to stand for in this case? I would think "masters" or "registry" might be more clear?
   
   I think the problem here is that @bharathv built the "default" implementation to be pluggable. While this is nice, do we have any expectations to support any possible mechanism? It would be helpful (for me, a reviewer) to understand what is in scope and what's out of scope. I'm assuming you don't want to try to support any registry, but it might be a good idea to keep that in mind so as to not code ourselves into a corner.


-- 
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: issues-unsubscribe@phoenix.apache.org

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