-
I'm trying to connect to a 3 node cluster, with requireMaster=false, but still all connections seem to be made to the Leader node.
Trying to undersand the code, it seems to me that this part will a…
-
Merhaba,
Bir sorum olacaktı. EventStore sunucusu ve UI'ı kaldırmak için 1113 ve 2113 portları yeterli değil mi? Neden bir başka porta daha gerek duyuluyor?(1115)
-
see: https://www.npmjs.com/package/eventstore-ts-client?activeTab=explore
-
Good morning,
I've the following configuration:
```php
// Container configuration
'dependencies' => [
'invokables' => [
CommandBus::class => SimpleCommandBus…
-
Hello, Mathias,
when i fetch existing object from event store and after updating it try to persist it, i get OptimisticConcurrencyFailed exception.
```
$order = $repository->get( $uuid );
$order->pay…
-
查阅了文档api,都没有发现相关的方法。
需求:想以画布的某个点为中心,放大缩小
-
In Commanded versions before v1.0 the process manager state snapshot identity was in the format `-`. For v1.0 and later the identity format was changed to `""-""`.
Unfortunately this was an unint…
-
**Describe the bug**
The [docs](https://developers.eventstore.com/clients/grpc/subscribing-to-streams/#dropped-subscriptions) don't describe resubscribing after dropped subscriptions in detail, so I …
-
https://www.bryntum.com/forum/viewtopic.php?f=44&t=16225
When you commit changes in EventStore (for example after creating a new record) the request is sent and the data returned in the response is…
-
The goal of this issue is to enable the possibility to do a couple of things:
- Easily add events to the outbox of an event store from the client through a specific interface for it (`IEventOutbox`…