java-driver icon indicating copy to clipboard operation
java-driver copied to clipboard

ScyllaDB Java Driver for ScyllaDB and Apache Cassandra, based on the DataStax Java Driver

Results 152 java-driver issues
Sort by recently updated
recently updated
newest added

This issue is about implementing a mechanism for falling back to picking least busy connections, even if we know the owner shard, in case we detect that a particular coordinator...

enhancement
Performance

Make it easier for a user to encrypt part of a row, for example, a password, using an external key. For example Mongo 4.2 Client-Side Field-Level Encryption

enhancement

https://java-driver.docs.scylladb.com/scylla-4.13.0.x/api/index-all.html The generated Javadocs don't contain classes from non-core modules, like "query-builder" submodule. This leads to 404 errors, for example on https://java-driver.docs.scylladb.com/stable/manual/query_builder/insert/index.html `QueryBuilder` link leads to nonexistent https://java-driver.docs.scylladb.com/scylla-4.13.0.x/api/com/datastax/oss/driver/api/querybuilder/QueryBuilder.html This problem...

documentation

As we observed in issue #124, if there is some problem server-side with preparing statements, the driver will infinitely retry preparing the statement, without any delays between retries. This could...

enhancement

I would like to report an issue in page https://java-driver.docs.scylladb.com/scylla-3.10.2.x/index ### Problem > Useful links: > SCYLLA UNIVERSITY JAVA CLASS > DOCS: the manual has quick start material and technical...

documentation

I would like to report an issue in page http://docs.scylladb.com/index ### Problem Following the email I sent We need to review the front page readme.md and confirm all versions mentioned...

documentation

![image](https://user-images.githubusercontent.com/170200/99535525-b2c2e780-29b1-11eb-8c5e-331b6362bc8d.png)

documentation

Hi, The readme file is outdated and while we're updating it, the following also needs to be addressed. 1. the content looks like datastax verbatim. customers who are looking for...

documentation

When a client connect to a server supporting the Scylla Protocol Extension for [Intranode Sharding](https://github.com/scylladb/scylla/blob/master/docs/protocol-extensions.md#intranode-sharding) the driver will open connections to each shard A client can also setup [PoolingOptions](https://github.com/scylladb/java-driver/blob/3.x/driver-core/src/main/java/com/datastax/driver/core/PoolingOptions.java) It...

In case of token awareness the driver uses first statement in a batch do decide. Shard awareness should do the same.

triage