-
at line 194 the return of the dec.decoderNumberic iss cast as 32 bit while the return is 64 bit.
I had to modify the line to the following to get GeneralDSEvents to return Properly.
```
int Return…
-
The lib now takes an explicit Log4Net dependency.
Library users should be able to use logging of their liking.
Some options:
- introduce a minimal logging api in the library so lib users can plug the…
-
It would be nice if EventstoreDB could expose a counter for logs and level, e.g. log_entries with level - This would make it relatively easy to define an alert in prometheus for logs that require atte…
-
After following the readme steps and tried `docker-compose` up I get this error:
> microdo_php-user-snapshotter_1 exited with code 255
More details:
> Fatal error: Uncaught TypeError: Argumen…
-
This will minimize the amount of data sent over the server.
-
Add metrics and instrumentation using the [Telemetry](https://hex.pm/packages/telemetry) library. This would allow runtime monitoring of Event Store usage.
- Appended events
- Count
- Total …
-
Running createPersistentSubscription creates a persistent subscription that can be seen in the web ui, however some of the values do not get properly set so running
```
const settings: client.Per…
-
The only error check is:
`if (ResponseCode::HTTP_BAD_REQUEST == $responseStatusCode) {
throw new WrongExpectedVersionException();
}`
However, while running against an EventStore c…
-
**Describe the bug**
When subscribing to a nonexistent stream, ReadResp.caught_up is never sent.
**To Reproduce**
Steps to reproduce the behavior:
1. GRPC connect to a stream that does not exist…
-
This is a container for a POC where we store frequently accessed data in memory instead of querying the database every time.
Starting point is the instance by host query which is executed on every…