From ef0c6798647f20c6523d536a96fc91b84ebceb16 Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Mon, 25 Mar 2024 22:12:53 +0800 Subject: [PATCH] Sync some intro from https://github.com/apache/eventmesh/issues/4015 --- docs/design-document/03-connect/00-connectors.md | 2 ++ .../current/design-document/03-connect/00-connectors.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/design-document/03-connect/00-connectors.md b/docs/design-document/03-connect/00-connectors.md index d89b04a716..bbea4f6cc1 100644 --- a/docs/design-document/03-connect/00-connectors.md +++ b/docs/design-document/03-connect/00-connectors.md @@ -2,6 +2,8 @@ ## Connector +EventMesh Connector allows you to skip the complex integration with external services by offering out-of-the-box connectors. Each connector enabling you to have faster integrations with no codes. All data produced or processed by our connectors conforms to the CloudEvents specification. + A connector is an image or instance that interacts with a specific external service or underlying data source (e.g., Databases) on behalf of user applications. A connector is either a Source or a Sink. Connector runs as a standalone service by `main()`. diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/design-document/03-connect/00-connectors.md b/i18n/zh/docusaurus-plugin-content-docs/current/design-document/03-connect/00-connectors.md index 50e393a558..2239c6eab8 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/design-document/03-connect/00-connectors.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/design-document/03-connect/00-connectors.md @@ -2,6 +2,8 @@ ## 连接器类型 +EventMesh 连接器允许您通过提供开箱即用的连接器来跳过与外部服务的复杂集成。每个连接器都可以让您无需代码即可实现更快的集成。我们的连接器生成或处理的所有数据都符合 CloudEvents 规范。 + 连接器是代表用户应用程序与特定外部服务或底层数据源(例如数据库)交互的镜像或实例。连接器的类型可以是源(Source)或汇(Sink)。 连接器通过 `main()` 作为一个独立服务运行。