Skip to content

Instantly share code, notes, and snippets.

@rsds143
Created February 16, 2016 22:45
Show Gist options
  • Save rsds143/529dcd2d2f95e1e1a2fd to your computer and use it in GitHub Desktop.
Save rsds143/529dcd2d2f95e1e1a2fd to your computer and use it in GitHub Desktop.
public class KeepAlive{
public static void main(String[] args){
Cluster cluster = Cluster.builder().addContactPoint("foo")
.withSocketOptions(new SocketOptions().setKeepAlive(true))
.build();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment