Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There should be a simple example #3

Open
tupshin opened this issue Apr 26, 2014 · 1 comment
Open

There should be a simple example #3

tupshin opened this issue Apr 26, 2014 · 1 comment

Comments

@tupshin
Copy link
Contributor

tupshin commented Apr 26, 2014

a simple example exhibiting best practices of how to connect to a cluster and exhibit a simple query would be quite useful.

@dpratt
Copy link
Contributor

dpratt commented Apr 26, 2014

I'm actually still trying to figure this out myself - there's the Session interface which is a high level wrapper around a cluster, there's the raw Cluster actor and I'm also planning on a yet-to-be-implemented Java friendly API that exposes common calls that return Guava ListenableFuture instances.

For now, the best way to connect is to just instantiate a Session with an implicit ActorRefFactory. After we get some of the API cleaned up a bit more, I'm planning on adding a section to the README with a simple how to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants