jdbc:phoenix:thin:url=http://<PQS Server ip>:8765;serialization=PROTOBUF
Im connecting to my Phoenix query server using above JDBC thin url
While this works for lower level envs, when moving up i have 3 or more PQS installed in Hbase region servers
How can i connect to all of them using the url. The thin URL only allows one ip and how can i use the other servers
Im planning to use zookeeper based load balancer in PQS and i have enable the config properties in hbase-site.xml
But without connecting to all 3 of my PQS nodes how can i load balance
your expert help will be appreciated
@elserj @sunile_manjee @ssoldatov