Skip to content
Discussion options

You must be logged in to vote

Hi Christian -- simply put, the EventProcessorClient component will now look for a BlobServiceClient in the default (non-keyed) DI container, and then create a BlobContainerClient from it for the checkpointing. If it doesn't find one, it will now throw an InvalidOperationException with a hint about the problem. I agree it's less explicit and more magical in p5, but if you want more explicit behaviour, add a keyed blob client component using AddKeyedAzureBlobClient and then you'll have to provide the BlobClientServiceKey name on the EH client settings to match the keyed service name.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@oising
Comment options

Answer selected by christiannagel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants