String jdbcUrl = "jdbc:postgresql://127.0.0.1:5433/yugabyte";
YBClusterAwareDataSource ds = new YBClusterAwareDataSource(jdbcUrl);
I can change the default sql port 5433 by modify the jdbcUrl, but it shows errors because the jdbc kept trying to connect default cql port 9042 while I'm using a different port for Cassandra like 19042.
I'm submitting a ...
Describe the issue Hi guys,
Following the README
I can change the default sql port
5433
by modify thejdbcUrl
, but it shows errors because the jdbc kept trying to connect default cql port9042
while I'm using a different port for Cassandra like19042
.Is there any way to customize cql default port?
Driver Version?
Java Version? 1.8
OS Version? CentOS 7
PostgreSQL Version? 11