Skip to content

Instantly share code, notes, and snippets.

@ChristopheSchmitz
Created May 1, 2016 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChristopheSchmitz/7e0c9819ab33ae8aba5b640c2e1e567b to your computer and use it in GitHub Desktop.
Save ChristopheSchmitz/7e0c9819ab33ae8aba5b640c2e1e567b to your computer and use it in GitHub Desktop.
sample-CassandraDriverAddressTranslater gist 1
final Cluster.Builder clusterBuilder = Cluster.builder()
.addContactPoints(
"50.16.170.131", "52.202.55.67"
);
@ChristopheSchmitz
Copy link
Author

Gist used for blogpost on how to use AddressTranslater

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment