JasperFx / marten

.NET Transactional Document DB and Event Store on PostgreSQL
https://martendb.io
MIT License
2.79k stars 441 forks source link

Some kind of server side assertion when trying to append events to an archived stream #3326

Closed jeremydmiller closed 3 days ago

jeremydmiller commented 1 month ago

It's potentially cheaper to do this with the server side so we can prevent unnecessary fetches of StreamState during the event append process

jeremydmiller commented 3 days ago

Nah, there is a valid usage for this as it turn out.