forked from apache/cassandra-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Connect to server specified in serverless bundle
Before this change, the driver, when connecting to a serverless cluster, would try to resolve host-id.* domains as a proxy IP for each node. This commit aligns the behavior with scylladb/python-driver#177 and scylladb/gocql#106. Now, the "Server" field of bundle is the single hostname/IP the driver will use for proxy connection. This simplifies the setup we had in integration tests, removing the necessity of hacks to work around previous behavior (driver trying to resolve host-id.* domains). Fixes #164 Fixes #167 Fixes #169
- Loading branch information
1 parent
e7efe74
commit f5fc83d
Showing
4 changed files
with
7 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 0 additions & 39 deletions
39
driver-core/src/test/java/com/datastax/driver/core/MockSniEndPointFactory.java
This file was deleted.
Oops, something went wrong.