-
WishKet : `https://yozm.wishket.com/magazine/detail/2713/`
Azure : `https://learn.microsoft.com/ko-kr/azure/architecture/patterns/`
-
https://github.com/pyeventsourcing/eventsourcing
-
It is currently not possible to upgrade from version 2 to version 3 without hacking into the DB yourself. An upgrade path must be found here.
-
Both `EventSerializer` and `MessageSerializer` are set to `AvroSerializer`.
For example if we run `AxonAvroSerializerConfigurationITest` (`mvn -Pitest`) it will fail with...
```
20:54:29.00…
-
TypeError: (0 , crypto__WEBPACK_IMPORTED_MODULE_1__.randomUUID) is not a function
relying on some node modules
-
We should see if we can somehow support kafka. What is necessary for this.
-
As of version 0.1.0 the snapshot store was removed from the eventsourcing module. The snapshot concept was before part of the main module concept. The new idea is to re-create it as a new module and u…
-
Hello!
Using the PHP attribute \Spatie\EventSourcing\Attributes\EventSerializer it is possible to set a specific serializer for an event.
This works well for deserializing the event, but not on se…
-
```go
container := ioc.New()
ioc.SetParent(anotherC)
// *eventsourcing.EventSourcedRepositoryBase[*Device] depends on publishedstore.PublishedStore],
ioc.AddSingletonToC[publishedstore.Publishe…
-
Basic information
Axon Framework version: [4.4.5]
JDK version: [jdk8]
Hello,
I am encountering an issue in my production environment where an exception is thrown due to an aggregate being dele…