From be3c1049a27726c536d89062b8240e4d08945b6c Mon Sep 17 00:00:00 2001
From: newbe36524 如何通过几分钟的时间,在你的操作环境中实现 Dapr 的启动与运行 包含代码示例的教程集合,可帮助您快速开始使用 Dapr。 开始了解 Dapr,包括其主要的特性及所提供的功能
解决分布式应用程序常见开发挑战的功能。
- + @@ -71,7 +71,7 @@ Dapr 是一个可移植的、事件驱动的运行时,它使任何开发人员关于在 Dapr 上运行您的应用程序的托管选项,最佳实践和其他指南
- + 关于 Dapr API,CLI,资源绑定及更多内容的详细文档 - + @@ -94,7 +94,7 @@ Dapr 是一个可移植的、事件驱动的运行时,它使任何开发人员如何为 Dapr 及其相关项目做出贡献
- + }}"> + }}"> + }}"> + @@ -165,7 +165,7 @@ Dapr 是一个可移植的、事件驱动的运行时,它使任何开发人员 - + @@ -180,7 +180,7 @@ Dapr 是一个可移植的、事件驱动的运行时,它使任何开发人员 - + }}"> + @@ -213,7 +213,7 @@ Dapr 是一个可移植的、事件驱动的运行时,它使任何开发人员 - + @@ -228,7 +228,7 @@ Dapr 是一个可移植的、事件驱动的运行时,它使任何开发人员 - + -| 构建块 | Endpoint | 说明 | -| ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | +| 构建块 | Endpoint | 说明 | +| -------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | | [**服务之间的调用**]({{< ref "service-invocation-overview.md" >}}) | `/v1.0/invoke` | 服务调用使应用程序能够以 http 或 gRPC 消息的形式通过已知的端点相互通信。 Dapr 提供了一个终结点,该终结点充当反向代理与内置服务发现的组合,同时利用内置的分布式跟踪和错误处理。 | | [**状态管理**]({{< ref "state-management-overview.md" >}}) | `/v1.0/state` | 应用程序状态是应用程序想要在单个会话之外保留的任何内容。 Dapr 提供基于键/值的状态和查询API ,使用可插拔的状态存储进行持久化。 | | [**发布和订阅**]({{< ref "pubsub-overview.md" >}}) | `/v1.0/publish` `/v1.0/subscribe` | 发布/订阅是松耦合的消息传递模式,发送方 (或发布者) 将消息推送到订阅者订阅的主题。 Dapr 支持应用程序之间的发布/订阅模式。 | diff --git a/src/translated_content/zh_CN/docs/concepts/dapr-services/placement.md b/src/translated_content/zh_CN/docs/concepts/dapr-services/placement.md index 294137f63..d6a3a3deb 100644 --- a/src/translated_content/zh_CN/docs/concepts/dapr-services/placement.md +++ b/src/translated_content/zh_CN/docs/concepts/dapr-services/placement.md @@ -47,12 +47,12 @@ GET http://localhost:创建与 Dapr sidecar 和其他 Dapr 应用程序交互的 .NET 客户端。
- + @@ -65,7 +65,7 @@ dotnet add package Dapr.Client在 .NET 中创建具有状态、提醒/计时器和方法的 virtual actor。
- + @@ -74,7 +74,7 @@ dotnet add package Dapr.Client创建和管理与 .NET 中的其他 Dapr API 配合使用的工作流。
- + 了解 .NET Dapr 应用程序的本地开发选项 - + diff --git a/src/translated_content/zh_CN/sdks_dotnet/dotnet-actors/dotnet-actors-client.md b/src/translated_content/zh_CN/sdks_dotnet/dotnet-actors/dotnet-actors-client.md index 9b1751557..b41930ee6 100644 --- a/src/translated_content/zh_CN/sdks_dotnet/dotnet-actors/dotnet-actors-client.md +++ b/src/translated_content/zh_CN/sdks_dotnet/dotnet-actors/dotnet-actors-client.md @@ -45,10 +45,10 @@ public Task创建 Java 客户端,与 Dapr sidecar 和其他 Dapr 应用程序进行交互。
- + @@ -146,7 +146,7 @@ try (DaprClient client = (new DaprClientBuilder()).build()) {创建和管理与其他Dapr API配合工作的工作流(Workflow)(使用Java)。
- + -Create a JavaScript client and interact with the Dapr sidecar and other Dapr applications (e.g., publishing events, output binding support, etc.).
- + + +Create a JavaScript server and let the Dapr sidecar interact with your application (e.g., subscribing to events, input binding support, etc.).
- + + +Create virtual actors with state, reminders/timers, and methods.
- + + +Configure and customize the SDK logging.
- + + +Clone the JavaScript SDK source code and try out some of the examples to get started quickly.
- + + + 编写Python应用程序与Dapr sidecar和其他Dapr应用程序进行交互,包括在Python中使用有状态的 virtual actors - + @@ -72,7 +72,7 @@ Python SDK 导入是主 SDK 安装中包含的子包,但在使用时需要导创建并与Dapr的Actor框架交互。
- + 使用 gRPC 服务器扩展创建 Dapr 服务。 - + @@ -99,7 +99,7 @@ SDK扩展主要作为接收发布/订阅事件的实用工具,以编程方式使用Dapr FastAPI扩展与Dapr Python虚拟actor和发布/订阅进行集成。
- + @@ -108,7 +108,7 @@ SDK扩展主要作为接收发布/订阅事件的实用工具,以编程方式使用Dapr Flask扩展与Dapr Python virtual actors 集成。
- + @@ -117,7 +117,7 @@ SDK扩展主要作为接收发布/订阅事件的实用工具,以编程方式使用Python编写与其他Dapr API配合工作的工作流。
- + 了解Dapr SDK中的序列化更多信息。 - +