-
Notifications
You must be signed in to change notification settings - Fork 354
Astyanax over Java Driver
opuneet edited this page Jan 8, 2014
·
15 revisions
Make sure you read blog post for info on what the integration between Astyanax and Java-Driver is all about.
To summarize the overall post - Java-Driver does some of the heavy lifting like load balancing and connection pooling and also provides some neat features such as cursor support and async requests. The astyanax-cql module implements the Astyanax interface using Java Driver underneath, but this has some caveats.
Below we are stating some of the imp caveats / changes to consider when using this version of Astyanax (i.e astyanax-cql over Java Driver)
A Netflix Original Production
Tech Blog | Twitter @NetflixOSS | Jobs
- Getting-Started
- Configuration
- Features
- Monitoring
- Thread Safety
- Timeouts
- Recipes
- Examples
- Javadoc
- Utilities
- Cassandra-Compatibility
- FAQ
- End-to-End Examples
- Astyanax Integration with Java Driver