JasperFx / marten

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

[Feature] marten evenstore add LastModifiedBy metadata #3265

Open schmitch opened 3 weeks ago

schmitch commented 3 weeks ago

currently the normal document store supports the LastModifiedBy metadata, unfortunatly that is not possible with the event store at all. the only way is to set it as a header or something.

jeremydmiller commented 3 weeks ago

Why isn't it sufficient to be able to use the headers?

schmitch commented 3 weeks ago
  1. consistency (of course another solution would be to deprecate the other ones)
  2. easier to index

feel free to close, if it is not suitable