Created
May 1, 2016 02:01
-
-
Save ChristopheSchmitz/7e0c9819ab33ae8aba5b640c2e1e567b to your computer and use it in GitHub Desktop.
sample-CassandraDriverAddressTranslater gist 1
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
final Cluster.Builder clusterBuilder = Cluster.builder() | |
.addContactPoints( | |
"50.16.170.131", "52.202.55.67" | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gist used for blogpost on how to use AddressTranslater