Stijn Moreels
Stijn Moreels
Bit on-hold, since there are also a lot of dependencies that subject to be removed (Azure Functions, Serilog...).
Done through previous PR"s and final step in #644 .
With the new secret store setup, this can be added to the `SecretOptions` when requesting a secret from the store.
> I guess this issue can be closed then ? :) The fine-grained caching control 'could be' added, but isn't 'already added' to the `SecretOptions` yet. 😉
@joachimgoris , also a good one to pick up.
Could make the message routing also a lot simpler. I believe that we could mark the `AzureServiceBusMessageHandler` also deprecated, in that case, in favor of methods on the context.
Wondering if the 'fallback' functionality has any added-value if we fully expose the Service bus-specific operations via the context.
1. the 'fallback' functionality was (I think) implemented to run custom code in case of the message handlers not being matched. Think it is mostely used in scenarios where the...
@lightpeak , the `"No suitable message handler found"` is a message routing thingy that is done by Arcus when the incoming message was not matched with any registered handlers. So,...