-
-
This makes Event a mutable type.
```
public class Event : Message
{
public int Version;
}
```
I think Commands and Events should be immutable instead.
-
Support for https://geteventstore.com/.
-
While heavily using this awesome lib with Redis, I have a couple of performance improvements in mind.
I'd like to share them here, to open the discussion on it.
Obviously, this will lead to some PRs…
rehia updated
7 years ago
-
Hi,
I've tested the samples we use for the studies with the several tools which might be used to understand what is saved in those files. Most important one being `podio-dump` others are good to ha…
-
Hi,
On browser and build without --prod option, it works.
I got the following errors when I build the app with --prod option.
Ex : ionic cordova build android --prod
Error: Error encountered res…
-
I'd like to start a discussion about the concept of logging around the event stores.
RailsEventStore is meant to help Rails people to start being event-driven. That's a great thing. Events do intro…
-
Server: 3.8.1
JVM Client:
eventstore-client_2.11
2.4.1
No custom Akka conf, just defaults. BetterOrdering:true on server.
As reported on mailing list, it seems the JVM client does not preser…
-
I have a funny problem with my setup that is running with the Postgresql EventStore (using npgsql 7) and MongoDB EventHandlers (using MongoDB.Entities) that are really simple - basically only upsertin…
-
Greetings, fellow Developer-Architect! :)
Got to start with - I love your library's architectural design.
Been checking out what can be used to implement proper event sourcing in `nestjs`, tried o…