You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ Please ensure that the following steps have been undertaken before marking pull
47
47
- Ensure that commits are atomic units of work, and that the message follows our [Commit Message Template][commit-template]. A good way to do this is to configure your local clone of the repository to use our included template, by running: `git config commit.template .git.commit.template` in the root directory of the clone.
Copy file name to clipboardExpand all lines: README.md
+17-18Lines changed: 17 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
# EventStoreDB Client SDK for Java
1
+
# Kurrent Client SDK for Java
2
2
3
-
EventStoreDB is the event-native database, where business events are immutably stored and streamed. Designed for event-sourced, event-driven, and microservices architectures.
3
+
KurrentDB is the event-native database, where business events are immutably stored and streamed. Designed for event-sourced, event-driven, and microservices architectures.
4
4
5
-
This repository contains an [EventStoreDB][es] Client SDK written in Java for use with languages on the JVM. It is
5
+
This repository contains an [KurrentDB][kurrent] Client SDK written in Java for use with languages on the JVM. It is
6
6
compatible with Java 8 and above.
7
7
8
8
*Note: This client is currently under active development and further API changes are expected. Feedback is very welcome.*
9
9
10
10
## Documentation
11
-
* General documentation can be found in [Event Store GRPC Docs].
12
-
* The latest stable version Javadoc can be found here: https://eventstore.github.io/EventStoreDB-Client-Java
11
+
* General documentation can be found in [Kurrent GRPC Docs].
12
+
* The latest stable version Javadoc can be found here: https://kurrent.github.io/Kurrent-Client-Java
13
13
14
14
## Access to binaries
15
15
EventStore Ltd publishes GA (general availability) versions to [Maven Central].
@@ -31,8 +31,7 @@ repositories {
31
31
32
32
## Developing
33
33
34
-
The SDK is built using [`Gradle`][gradle]. Integration tests run against a server using Docker, with the [EventStoreDB gRPC
35
-
Client Test Container][container].
34
+
The SDK is built using [`Gradle`][gradle]. Integration tests run against a server using Docker, with the [Kurrent gRPC Client Test Container][container].
36
35
37
36
### Run tests
38
37
@@ -46,7 +45,7 @@ Specific docker images can be specified via the enviroment variable `EVENTSTORE_
46
45
47
46
For more information about Open Telemetry, refer to the [official documentation](https://opentelemetry.io/docs/what-is-opentelemetry/).
48
47
49
-
## EventStoreDB Server Compatibility
48
+
## KurrentDB Server Compatibility
50
49
51
50
This client is compatible with version `20.6.1` upwards.
52
51
@@ -173,32 +172,32 @@ Information on support can be found on our website: [Event Store Support][suppor
173
172
174
173
## Documentation
175
174
176
-
Documentation for EventStoreDB can be found in the [docs].
175
+
Documentation for KurrentDB can be found in the [docs].
177
176
178
177
Bear in mind that this client is not yet properly documented. We are working hard on a new version of the documentation.
179
178
180
179
## Security
181
180
182
-
If you find a vulnerability in our software, please contact us. You can find how to reach out us and report it at https://www.eventstore.com/security#security
181
+
If you find a vulnerability in our software, please contact us. You can find how to reach out us and report it at https://www.kurrent.io/security#security
0 commit comments