Apache9 commented on PR #5770: URL: https://github.com/apache/hbase/pull/5770#issuecomment-2040980945
Let me conclude a bit. Finally we focus on the scheme part of the URI. @ndimiduk thought the second part should be communication protocol when connecting to hbase cluster, so use `zk` or `rpc` is a bit strange as this is just how we get the connection registry. While others thought it is OK to make the second part the connection registry type, as the scheme part is to tell others how to parse the other parts of the URI, so use a query param to specify the connection registry seems incorrect. For me I prefer we use `hbase+zk` and `hbase+rpc`, especially that phoenix has already use something like this, aligning these two projects is good for our users I think. Thanks. -- 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]
