Eventuous / eventuous

Event Sourcing library for .NET
https://eventuous.dev
Apache License 2.0
447 stars 71 forks source link

Remove producer without options #223

Closed alexeyzimarev closed 1 year ago

alexeyzimarev commented 1 year ago

Producers without options create a lot of boilerplate and it's easy to create one by specifying dummy options. The overload that doesn't require options is available on the base producer and the IEventProducer (non-generic) interface is still available.