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.git
The following commit(s) were added to refs/heads/master by this push:
new e789fc155 [MINOR] Fix constants and link. (#4163)
e789fc155 is described below
commit e789fc155d18f9122897085573b939e6152b5b5f
Author: Alonexc <[email protected]>
AuthorDate: Thu Jun 29 14:37:46 2023 +0800
[MINOR] Fix constants and link. (#4163)
* Create .lift.toml
* Update .lift.toml
* Update .lift.toml
* Update .lift.toml
* Update .lift.toml
* Update .lift.toml
* Update .lift.toml
* Update .lift.toml
* Update .lift.toml
* delete lift
* correct the wrong constants.
* update link
---
.github/ISSUE_TEMPLATE/unit_test.yml | 4 ++--
.../org/apache/eventmesh/runtime/constants/EventMeshConstants.java | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/unit_test.yml
b/.github/ISSUE_TEMPLATE/unit_test.yml
index 723e1356d..82ce50240 100644
--- a/.github/ISSUE_TEMPLATE/unit_test.yml
+++ b/.github/ISSUE_TEMPLATE/unit_test.yml
@@ -41,7 +41,7 @@ body:
attributes:
label: Read the unit testing guidelines
description: >
- Read the [unit testing
guidelines](https://github.com/apache/eventmesh/blob/master/docs/en/contribute/02-write-unit-test.md)
before writing unit test code.
+ Read the [unit testing
guidelines](https://eventmesh.apache.org/community/contribute/write-unit-test)
before writing unit test code.
options:
- label: >
I have read.
@@ -83,4 +83,4 @@ body:
- type: markdown
attributes:
- value: "Thanks for completing our form!"
\ No newline at end of file
+ value: "Thanks for completing our form!"
diff --git
a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/constants/EventMeshConstants.java
b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/constants/EventMeshConstants.java
index 6ffa05b71..8e1aaac8f 100644
---
a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/constants/EventMeshConstants.java
+++
b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/constants/EventMeshConstants.java
@@ -109,7 +109,7 @@ public class EventMeshConstants {
public static final String MANAGE_PURPOSE = "purpose";
public static final String MANAGE_TOPIC = "topic";
public static final String MANAGE_MSG = "msg";
- public static final String EVENTMESH_SEND_BACK_TIMES =
"eventmeshdendbacktimes";
+ public static final String EVENTMESH_SEND_BACK_TIMES =
"eventmeshsendbacktimes";
public static final String EVENTMESH_SEND_BACK_IP = "eventmeshsendbackip";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]