This is an automated email from the ASF dual-hosted git repository.
mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh-site.git
The following commit(s) were added to refs/heads/master by this push:
new 85d3860f [ISSUE #138] Remind the difference between 10105 and 10106
ports
85d3860f is described below
commit 85d3860f7db826b3e27419e2cda73d48516ca2ff
Author: Pil0tXia <[email protected]>
AuthorDate: Fri Oct 27 16:46:37 2023 +0800
[ISSUE #138] Remind the difference between 10105 and 10106 ports
---
.../01-event-handling-and-integration/05-webhook.md | 7 ++++++-
.../01-event-handling-and-integration/05-webhook.md | 7 ++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git
a/docs/design-document/01-event-handling-and-integration/05-webhook.md
b/docs/design-document/01-event-handling-and-integration/05-webhook.md
index 84aab727..49109b11 100644
--- a/docs/design-document/01-event-handling-and-integration/05-webhook.md
+++ b/docs/design-document/01-event-handling-and-integration/05-webhook.md
@@ -6,6 +6,11 @@
Configuration:
```
+# Webhook HTTP payload listening port
+eventMesh.server.http.port=10105
+# Webhook config admin port
+eventMesh.server.admin.http.port=10106
+
# Whether to start the Webhook admin service
eventMesh.webHook.admin.start=true
@@ -30,7 +35,7 @@ Configuration information description:
```java
/**
* The path called by the manufacturer. Manufacturer event call address,
[http or https]://[domain or IP]:[port]/webhook/[callbackPath]
- * for example: http://127.0.0.1:10504/webhook/test/event , The full url
needs to be filled in the manufacturer call input
+ * for example: http://127.0.0.1:10105/webhook/test/event , The full url
needs to be filled in the manufacturer call input
* callbackPath is the only
*/
private String callbackPath;
diff --git
a/i18n/zh/docusaurus-plugin-content-docs/current/design-document/01-event-handling-and-integration/05-webhook.md
b/i18n/zh/docusaurus-plugin-content-docs/current/design-document/01-event-handling-and-integration/05-webhook.md
index 9fb85a89..74590d49 100644
---
a/i18n/zh/docusaurus-plugin-content-docs/current/design-document/01-event-handling-and-integration/05-webhook.md
+++
b/i18n/zh/docusaurus-plugin-content-docs/current/design-document/01-event-handling-and-integration/05-webhook.md
@@ -7,6 +7,11 @@
配置说明:
```
+# Webhook HTTP payload监听端口
+eventMesh.server.http.port=10105
+# Webhook配置管理端口
+eventMesh.server.admin.http.port=10106
+
# 是否启动Webhook admin服务
eventMesh.webHook.admin.start=true
@@ -30,7 +35,7 @@ eventMesh.webHook.producer.connector=standalone
```java
/**
* 厂商发送事件时调用的地址。[http or https]://[domain or
IP]:[port]/webhook/[callbackPath]
- * 在厂商的Webhook配置中需要填写完整url,比如:http://127.0.0.1:10504/webhook/test/event
+ * 在厂商的Webhook配置中需要填写完整url,比如:http://127.0.0.1:10105/webhook/test/event
* callbackPath 唯一
* manufacturer callback path
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]