-
The same error in Kubernetes StatefulSet:
```cs
System.UnauthorizedAccessException: Access to the path 'var/lib/eventstore/writer.chk' is denied.
// ...
```
Tested images:
- eventstore/eventstor…
-
Hi,
The `connectV4` method for mongodb in `eventstore`: `packages/node-eventstore/lib/databases/mongodb.js:209` forces MongoClient to connect with direct connection:
```
this.client = new MongoCl…
-
version: 0.6.0
code:
```elixir
defmodule EventstoreSqliteTest do
use ExUnit.Case
use Mneme
use EventstoreSqlite.DataCase
use TypedStruct
doctest EventstoreSqlite
typedst…
-
**Describe the bug**
The prometheus receiver is logging the following when scraping a /metrics endpoint, in this case the eventstore db provided one.
```log
Apr 14 13:42:39 otelcol-contrib[231526…
-
Hello
We are in the process of migrating to the gRPC client and have a couple of issues.
1)
The documentation could be improved.
For some areas of the migration we are just having to guess wha…
-
**Is your feature request related to a problem? Please describe.**
When we create a persistent subscription, we had to write a custom piece of software to actually deliver events to an endpoint.
*…
-
If the own ProjectionId is in the format Tag-Id or TypeName-Id, (example: MyUser-bhm12nyq0863gtekma0fxfeln)
then it is possible to utilize the default EventStore Projection '$by_category'
for the Ev…
-
Placeholder for a relatively big PR - we're 90% done.
Just wanted to know if people want this:
1) a huge change, break backwards compatibility, only works with EventStore 20, or
2) branch, and …
-
After resetting all system projections while trying to fight some other issue I discovered that all projections having multiple streams defined in selectors such as 'fromStreams', 'fromCategories' sto…
-
Description:
The '$by_correlation_id' projection faults after upgrading from v5.0.0 to v5.0.1, even after following the upgrade instruction found in the official blog (we stopped the projections in v…