JasperFx / marten

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

Provide IDocumentSession to custom projections and event subscriptions to allow writes in the same unit of work #3273

Open dystopiandev opened 3 weeks ago

dystopiandev commented 3 weeks ago

Currently, an IDocumentOperation limited to queries is provided to custom projections and event subscriptions.

Exposing IDocumentSession instead will allow calling ForTenant(string) for writes as well.