Jeremy D. Miller

Results 177 issues of Jeremy D. Miller

_**Edited by @oskardudycz**_ ## Overview Currently, Marten supports two easiest way of Event Schema Versioning: - namespace migration - type name migration More on that here: https://martendb.io/documentation/events/versioning/. We also support...

event store

More soon to come...

event store

Eliminate the Reflection hit. Not a huge priority, but for folks that depend on it, it might matter.

performance

This is strictly an optimization for the new V4 Async Daemon. For async projections where you need to do extra database lookups for some events, have an option where the...

performance

Separating this out as an issue in case we can't quite fit it into V4 (likely). The goal here is that in some circumstances, make all the updates to a...

enhancement
event store

Just a placeholder, and this is likely post-4.0 regardless.

event store

From a conversation w/ @khellang about the MVC Core adapter, we need to add some kind of idempotent registration on type & lifecycle to avoid problems from folks accidentally adding...

Coming up at work. We really need to see every registration that depends on a certain service for troubleshooting. Has to be a recursive search down. What to do with...

Feature Request

Documentation