Skip to content

Commit

Permalink
change name to java-driver-policies
Browse files Browse the repository at this point in the history
  • Loading branch information
SiyaoIsHiding committed May 22, 2024
1 parent a57f8c7 commit 289dd32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Complimentary Load Balancing Policies for Apache Cassandra Java Driver
This package contains two load balancing policies to be used with the [Apache Cassandra Java Driver](https://github.com/apache/cassandra-java-driver) (version 4.10.0+) - `LatencyAndInflightCountLoadBalancingPolicy` and `LatencySensitiveLoadBalancingPolicy`.
# Supplementary Policies for Apache Cassandra Java Driver
Currently, this package contains two load balancing policies to be used with the [Apache Cassandra Java Driver](https://github.com/apache/cassandra-java-driver) (version 4.10.0+) - `LatencyAndInflightCountLoadBalancingPolicy` and `LatencySensitiveLoadBalancingPolicy`.

## Get Started
To use either of the policies, you need to include both the Java driver and this package as dependencies.
Expand All @@ -11,7 +11,7 @@ To use either of the policies, you need to include both the Java driver and this
</dependency>
<dependency>
<groupId>com.datastax.oss</groupId>
<artifactId>driver-load-balancing-policies</artifactId>
<artifactId>java-driver-policies</artifactId>
<version>1.0</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.datastax.oss</groupId>
<artifactId>driver-load-balancing-policies</artifactId>
<artifactId>java-driver-policies</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down

0 comments on commit 289dd32

Please sign in to comment.