Farfetch / kafkaflow

Apache Kafka .NET Framework to create applications simple to use and extend.
https://farfetch.github.io/kafkaflow/
MIT License
638 stars 114 forks source link

Allow multiple OnStarted and OnStopping callbacks #573

Closed joelfoliveira closed 3 months ago

joelfoliveira commented 3 months ago

Description

As reported in issue #569 OnStarted and OnStoppind didn't allow for registering multiple callbacks for the same event. By combining the registration of callbacks this fixes the issue.

Fixes #569

How Has This Been Tested?

Integration Tests added.

Checklist

Disclaimer

By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement