简体   繁体   English

使用 Azure 存储模拟器进行 Dapr 本地开发

[英]Use Azure Storage Emulator for Dapr Local Development

For local development / debugging we setup our Dapr Components to run with docker-compose.对于本地开发/调试,我们将 Dapr 组件设置为与 docker-compose 一起运行。 One of the components uses an Azure Event Hub Input Binding .其中一个组件使用Azure 事件中心输入绑定 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.我想将 Azure Storage Emulator 用于本地开发方案以简化开发设置。 However the Storage Container Configuration only allows to configure storageAccountName, storageAccountKey and storageContainerName.但是存储容器配置只允许配置 storageAccountName、storageAccountKey 和 storageContainerName。

Is there any chance to configure the Dapr Event Hub Binding to use Azure Storage Emulator instead of cloud hosted storage accounts ?是否有机会将 Dapr 事件中心绑定配置为使用 Azure 存储模拟器而不是云托管存储帐户?

I found out, that this request has already been raised in 2020 but it's not possible at the moment.我发现,这个请求已经在 2020 年提出了,但目前不可能。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure 存储模拟器未连接到开发存储 - Azure Storage Emulator not connecting to development storage 如何使用 Powershell 连接到本地 Azure 存储模拟器? - How to use Powershell to connect to local Azure Storage emulator? Azure存储分析本地开发 - Azure Storage Analytics Local Development Azure 存储资源管理器未连接到 Azurite 本地模拟器 - Azure Storage Explorer not connecting to Azurite local emulator Microsoft Azure 存储资源管理器不加载本地模拟器存储 - Microsoft Azure Storage Explorer does not load local emulator storage 有没有办法将Blob从本地存储模拟器复制到远程Azure存储? - Is there a way to copy a blob from the local storage emulator to a remote azure storage? 如何在多个开发PC之间共享Azure存储模拟器? - How to share Azure Storage Emulator among multiple development pc? 无法使用Azure Storage Explorer在本地开发中找到Blob存储 - Unable to locate Blob Storage in local Development using Azure Storage Explorer 尝试在 Laravel 中使用 Azure 存储模拟器 - Trying to use Azure Storage Emulator in Laravel 如何连接到本地模拟器以进行天蓝色媒体服务开发? - How to connect to local emulator for azure media services development?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM