-
Notifications
You must be signed in to change notification settings - Fork 640
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
[ISSUE #428]Fix Chinese annotation #431
Conversation
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.
Welcome to the Apache EventMesh (incubating) community!!
This is your first PR in our project. We're very excited to have you onboard contributing. Your contributions are greatly appreciated!
Please make sure that the changes are covered by tests.
We will be here shortly.
Let us know if you need any help!
Want to get closer to the community?
Mailing Lists:
Name | Description | Subscribe | Unsubscribe | Archive |
---|---|---|---|---|
Users | User support and questions mailing list | Subscribe | Unsubscribe | Mail Archives |
Development | Development related discussions | Subscribe | Unsubscribe | Mail Archives |
Commits | All commits to repositories | Subscribe | Unsubscribe | Mail Archives |
...c/main/java/org/apache/eventmesh/common/protocol/http/body/client/HeartbeatResponseBody.java
Outdated
Show resolved
Hide resolved
...in/java/org/apache/eventmesh/common/protocol/http/body/message/ReplyMessageResponseBody.java
Outdated
Show resolved
Hide resolved
...in/java/org/apache/eventmesh/common/protocol/http/body/message/ReplyMessageResponseBody.java
Outdated
Show resolved
Hide resolved
...ava/org/apache/eventmesh/common/protocol/http/body/message/SendMessageBatchResponseBody.java
Outdated
Show resolved
Hide resolved
...ava/org/apache/eventmesh/common/protocol/http/body/message/SendMessageBatchResponseBody.java
Outdated
Show resolved
Hide resolved
...ava/org/apache/eventmesh/common/protocol/http/body/message/SendMessageBatchResponseBody.java
Outdated
Show resolved
Hide resolved
...ava/org/apache/eventmesh/common/protocol/http/body/message/SendMessageBatchResponseBody.java
Outdated
Show resolved
Hide resolved
...a/org/apache/eventmesh/common/protocol/http/body/message/SendMessageBatchV2ResponseBody.java
Outdated
Show resolved
Hide resolved
...a/org/apache/eventmesh/common/protocol/http/body/message/SendMessageBatchV2ResponseBody.java
Outdated
Show resolved
Hide resolved
@@ -21,6 +21,7 @@ | |||
|
|||
/** | |||
* 这个RETRY的意思是 客户端发现投递的消息它没有监听时, 告诉EventMesh 发往下一个, 重试几次以实现灰度 , 预留 |
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.
We may also need to remove this Chinese comment
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.
Got it.
...tmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/common/ProtocolKey.java
Show resolved
Hide resolved
* The Chinese in the notes is translated into English. * Translation improvement * Translation improvement * fix Chinese annotation on runtime module
* The Chinese in the notes is translated into English. * Translation improvement * Translation improvement * fix Chinese annotation on runtime module
Translate the Chinese to English on the common module.
Only the Chinese part of the notes has been translated, and the Chinese in the code has not changed.