EventStoreDB-Client-Java
EventStoreDB-Client-Java copied to clipboard
Official Asynchronous Java 8+ Client Library for EventStoreDB 20.6+
Added: Support nix shell environment. This pull request introduces a Nix shell script to set up a dev environment for EventStoreDB Java client. The primary goal of this addition is...
I'm building an eventstore cluster that utilizes the [trusted intermediary](https://developers.eventstore.com/server/v24.6/security.html#trusted-intermediary) strategy for authentication. This will require that our clients send a Authorization bearer header with a token. Is there a...
**:construction: WIP** ## Motivation KurrentDB users should be able to quickly feel efficient in using basic operations like appending new messages, reading them or subscribing to notifications about them. The...
- Allow for ports above 32,767 but below 65535 when using gossip seeds. - Allow for the removal of last connected endpoint from candidates list for cluster discovery.
Added: Allow the caller to specify a filter upon reading a stream (including `$all`).
Hi here, not sure if this is the right place to raise my question. Anyway, I'm using TestContainers to spin Docker containers to run integration tests using EvenStore database. Every...
**:construction: WIP** ## Motivation KurrentDB users should be able to quickly feel efficient in using basic operations like appending new messages, reading them or subscribing to notifications about them. The...
### 🐛 Current behavior https://docs.kurrent.io/clients/grpc/getting-started.html#connection-string states ``` gossipTimeout | Number | 5 | Gossip timeout in seconds, when the gossip call times out, it will be retried. ``` but this...
### 🐛 Current behavior db-client depends on grpc-protobuf, which depends on proto-google-common-protos db-client jar contains the following classes * com.google.rpc.Code * com.google.rpc.CodeProto * com.google.rpc.Status * com.google.rpc.StatusOrBuilder * com.google.rpc.StatusProto which also...