JasperFx / marten

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

New resiliency configuration via `.ConfigurePolly()` does not allow to extend default marten policies #3071

Closed a-shtifanov-laya closed 6 months ago

a-shtifanov-laya commented 6 months ago

As discussed on discord, previously (before v7) it was possible to extend marten default resilience policy. v7 introduced resilient policy configuration with Polly (a breaking change), and there is no possibility right now to extend default marten configuration - only overwrite it.

jeremydmiller commented 6 months ago

Closed by #3072