Eventuous / eventuous

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

Pubsub fix obsolete settings #212

Closed alexeyzimarev closed 1 year ago

alexeyzimarev commented 1 year ago

Setting classes for publisher and subscription clients are now obsolete. The suggested way is to use client builders.

As those builders have a lot of settings, it makes no sense to copy them all to Eventuous options. SO, this PR adds a possibility to configure the builders directly by providing a function in the options object.