yugabyte / jdbc-yugabytedb

JDBC Driver for Yugabyte SQL (YSQL)
BSD 2-Clause "Simplified" License
17 stars 7 forks source link

Change to use actual port corresponding to the server chosen for connection #8

Closed kneeraj closed 3 years ago

kneeraj commented 3 years ago

The driver was assuming same port for all the servers, which may not be true in all cases.

All Submissions:

New Feature Submissions:

  1. [✅] Does your submission pass tests?
  2. [✅] Does mvn checkstyle:check pass ?
  3. [ ✅] Have you added your new test classes to an existing test suite? Added on the product side.

Changes to Existing Features:

kneeraj commented 3 years ago

LGTM. It would be great if we can update the variable name pubHostPortMap to more descriptive one.

OK. Will do.