dolittle / Runtime

Runtime for Dolittle
https://dolittle.io
MIT License
14 stars 10 forks source link

Add option to not require producer consent when consuming from EventHorizon #743

Closed mhelleborg closed 1 year ago

mhelleborg commented 1 year ago

Summary

Added the ability to not require producer consent when consuming from event horizon.

To disable required consent, use the following configuration: DOLITTLE__RUNTIME__EVENTHORIZON__REQUIRECONSENT=false This will then pass NoConsent (empty guid) as a valid consent for the consumer, and allow it to consume as normal.