-
Notifications
You must be signed in to change notification settings - Fork 641
[ISSUE #4665] Optimize and sync recent new connectors' docs #4668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
18d5c63 to
cafa7e3
Compare
cbc2727 to
3b1f204
Compare
| pubSubConfig: | ||
| # default port is 10000 | ||
| # default port 10000 | ||
| meshAddress: 127.0.0.1:10000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
127.0.0.1:10000 may be optimized to your.eventmesh.server:10000 like this document. The same applies to several other documents.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated dingtalk, wocom, slack in ae41084 ~
| When using the eventmesh-connector-wecom sinking event, you need to add the corresponding extension filed in CloudEvent: | ||
| - When key=`wecomTemplateType`, value=`text`/`markdown`, indicating the text type of the event. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be wecomtemplatetype.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
| When using the eventmesh-connector-dingtalk sinking event, you need to add the corresponding extension filed in CloudEvent: | ||
| - When key=`dingtalkTemplateType`, value=`text`/`markdown`, indicating the text type of the event. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be dingtalktemplatetype. Additionally, please help add that when dingtalktemplatetype‘s value is markdown, you can set a title for the markdown text: key=dingtalkmarkdownmessagetitle, value=your title.
应该是dingtalktemplatetype。另外,还请帮忙加上,当dingtalktemplatetype的value是markdown时,可以为markdown文本设置标题:key=dingtalkmarkdownmessagetitle,value=您的标题。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 1a2e26a.
|
@mxsm PTAL~ |
…ache#4668) * Unify 'LiteMessage' to 'EventMeshMessage' * Sync connectors doc * Format RabbitMQ & 企业微信 * Format Slack & 钉钉 * Format HTTP & MongoDB * Unify 'EventMesh Runtime' * Unify 'EventMesh' * Fix translation apache#4664 (comment) * Explain additional attributes apache#4591 (comment) * Append: Unify remaining 'EventMesh' * Beautify meshAddress * Add and correct attributes
Fixes #4665.
Motivation
#4665
Modifications
Documentation