-
Port the event subscription strategy from router to process_manager_instances, and completely remove process manager router. The idea is to start the process manager that is part of a specific transac…
-
-
- [ ] bump version to event-store v7
- [ ] identify required changes in the set up logic
- event store interface
- new plugin registration
- Aggregate and Snapshot namespaces moved to …
-
I'm trying to make a login success/error flow but my main concern is where I can put this logic.
Currently I'm using `actions -> reducer (switch case with action calling API) -> success/error on res…
5h1rU updated
6 years ago
-
Hi:
I have some events and listeners. The listeners are being called and the `event_stream` table exists but the events are not being inserted in the table.
-
```
./flow eventstore:createschema
Creating Event Store database tables in database "db" on host db connecting with user "admin" ...
Unknown column type "flow_json_array" requested.
Any Doctrine t…
-
이 이슈는 이슈 #37 과 밀접하게 관련됩니다.
### 도메인 정보와 헤더를 분리한 불변 디자인
제가 처음 .NET에서 이벤트 소싱을 구현하면서 도메인 이벤트를 설계할 때, 당연이 불변성에 대해 고려했고 도메인 정보와 이벤트 소싱 헤더 정보 분리를 생각했습니다.
```csharp
public sealed class DomainEvent
…
-
The documentation now does a good job at explaining how to build your own custom parts into a toy application, but it doesn't document how to use all of the parts you have created, such as `EventSourc…
-
Hi!
My Postgres-Exception
`org.axonframework.eventsourcing.eventstore.EventStoreException: An event for aggregate [MyBankAccountId] at sequence [3720] could not be persisted
at org.axonframewo…
-
In my test project, I created the following `broadway.*` service definitions (the first 3 listed) to allow me to easily configure a repository (4th service definition below) to pass into my command ha…