This is an automated email from the ASF dual-hosted git repository.
mxsm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new 8d5b39b08 [issue #4663]Add documentation for wecom sink connector.
(#4664)
8d5b39b08 is described below
commit 8d5b39b08e9686266b6b2babd15a2b70bb0bda1e
Author: yanrongzhen <[email protected]>
AuthorDate: Sat Dec 16 21:09:32 2023 +0800
[issue #4663]Add documentation for wecom sink connector. (#4664)
---
.../eventmesh-connector-wecom/README.md | 22 ++++++++++++++++++++++
.../eventmesh-connector-wecom/README_CN.md | 22 ++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/eventmesh-connectors/eventmesh-connector-wecom/README.md
b/eventmesh-connectors/eventmesh-connector-wecom/README.md
new file mode 100644
index 000000000..aac0c24c2
--- /dev/null
+++ b/eventmesh-connectors/eventmesh-connector-wecom/README.md
@@ -0,0 +1,22 @@
+# eventmesh-connector-wecom
+
+## WecomSinkConnector:from eventmesh to wecom。
+
+1. launch your eventmesh-runtime.
+2. enable sinkConnector and check `sink-config.yml`.
+3. send a message to eventmesh with the topic defined in `pubSubConfig.subject`
+```yaml
+pubSubConfig:
+ meshAddress: 127.0.0.1:10000
+ subject: TEST-TOPIC-WECOM
+ idc: FT
+ env: PRD
+ group: weComSink
+ appId: 5034
+ userName: weComSinkUser
+ passWord: weComPassWord
+sinkConnectorConfig:
+ connectorName: weComSink
+ # Please refer to: https://developer.work.weixin.qq.com/document/path/90236
+ robotWebhookKey: weComRobotWebhookKey
+```
\ No newline at end of file
diff --git a/eventmesh-connectors/eventmesh-connector-wecom/README_CN.md
b/eventmesh-connectors/eventmesh-connector-wecom/README_CN.md
new file mode 100644
index 000000000..6a69cc5ea
--- /dev/null
+++ b/eventmesh-connectors/eventmesh-connector-wecom/README_CN.md
@@ -0,0 +1,22 @@
+# eventmesh-connector-slack
+
+## SlackSinkConnector:从 eventmesh 到 slack。
+
+1. 启动你的 eventmesh-runtime。
+2. 启用 sinkConnector 并检查 `sink-config.yml`。
+3. 向 eventmesh 发送带有在 `pubSubConfig.subject` 中定义的主题消息。
+```yaml
+pubSubConfig:
+ meshAddress: 127.0.0.1:10000
+ subject: TEST-TOPIC-WECOM
+ idc: FT
+ env: PRD
+ group: weComSink
+ appId: 5034
+ userName: weComSinkUser
+ passWord: weComPassWord
+sinkConnectorConfig:
+ connectorName: weComSink
+ # 以下配置请参考文档:https://developer.work.weixin.qq.com/document/path/90236
+ robotWebhookKey: weComRobotWebhookKey
+```
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]