Markus S.
Markus S.

Reputation: 2812

Use Azure Storage Emulator for Dapr Local Development

For local development / debugging we setup our Dapr Components to run with docker-compose. One of the components uses an Azure Event Hub Input Binding. To keep the event streams separat per developer we created dedicated Consumer Groups and dedicated Storage Containers to store the Checkpoints.

I would like to use the Azure Storage Emulator for the local development scenario to simplify the development setup. However the Storage Container Configuration only allows to configure storageAccountName, storageAccountKey and storageContainerName.

Is there any chance to configure the Dapr Event Hub Binding to use Azure Storage Emulator instead of cloud hosted storage accounts ?

Upvotes: 1

Views: 619

Answers (1)

Markus S.
Markus S.

Reputation: 2812

I found out, that this request has already been raised in 2020 but it's not possible at the moment.

https://github.com/dapr/components-contrib/issues/279

Upvotes: 1

Related Questions