Hi,
I have a question on ports, since we create multiple ports for each node like 26257, 26258… when trying to establish the connection from java, do we have a specific port to call in the connection string (jdbc:postgresql://localhost:26257/testDb). If yes can anyone let me know what it is.
If not and we have to access the primary node port and if by anyway the node is down, how can i establish the connection.