From 03edcd69114e765039d46dfd6a691602dd17f6af Mon Sep 17 00:00:00 2001 From: Tobias Hermann Date: Wed, 24 Feb 2021 13:49:24 +0100 Subject: [PATCH 1/3] Fix formatting in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0b33e18ecc..3f941cb416b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The Scylla Java Driver is a fork from [DataStax Java Driver](https://github.com/ **Features:** -* Like all Scylla Drivers, the Scylla Java Driver is **Shard Aware** and contains extensions for a ``tokenAwareHostPolicy`. +* Like all Scylla Drivers, the Scylla Java Driver is **Shard Aware** and contains extensions for a `tokenAwareHostPolicy`. Using this policy, the driver can select a connection to a particular shard based on the shard’s token. As a result, latency is significantly reduced because there is no need to pass data between the shards. * [Sync](manual/) and [Async](manual/async/) API From a7f49cd0669c9c4283e4bc15a2717fd68cbcc1d8 Mon Sep 17 00:00:00 2001 From: Laura Novich <36125151+lauranovich@users.noreply.github.com> Date: Mon, 23 Nov 2020 09:51:28 +0200 Subject: [PATCH 2/3] Update README.md Changed link to new docs site for java driver. Added link to scylla docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f941cb416b..9c310453060 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ for the development version and that some features described here might not yet have been released. You can find the documentation for the latest version through the [Java driver -docs](https://docs.scylladb.com/using-scylla/scylla-java-driver/) or via the release tags, +docs](https://scylladb.github.io/java-driver/latest/index.html) or via the release tags, [e.g. 3.10.0](https://github.com/scylladb/java-driver/releases/tag/3.10.2-scylla-0).* @@ -50,6 +50,7 @@ The driver contains the following modules: - SCYLLA UNIVERSITY JAVA [CLASS](https://university.scylladb.com/courses/using-scylla-drivers/lessons/coding-with-java-part-1/) - DOCS: the [manual](manual/) has quick start material and technical details about the driver and its features. +- SCYLLA DOCS: Contains all [Scylla Documentation](https://docs.scylladb.com) - GITHUB REPOSITORY: https://github.com/scylladb/java-driver - [changelog](changelog/) From b98aaece5c49a1147425ac84258e27a88a863f61 Mon Sep 17 00:00:00 2001 From: Laura Novich <36125151+lauranovich@users.noreply.github.com> Date: Mon, 23 Nov 2020 09:53:01 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c310453060..b41d2f933a8 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The driver contains the following modules: **Useful links:** -- SCYLLA UNIVERSITY JAVA [CLASS](https://university.scylladb.com/courses/using-scylla-drivers/lessons/coding-with-java-part-1/) +- SCYLLA UNIVERSITY: Has a [Coding with Java class](https://university.scylladb.com/courses/using-scylla-drivers/lessons/coding-with-java-part-1/) - DOCS: the [manual](manual/) has quick start material and technical details about the driver and its features. - SCYLLA DOCS: Contains all [Scylla Documentation](https://docs.scylladb.com) @@ -125,4 +125,3 @@ Apache®, Apache Cassandra®, Cassandra®, the Apache feather logo and the Apach Eye logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries. No endorsement by The Apache Software Foundation is implied by the use of these marks. -