This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 617ba4471 [ISSUE #5880] Remove useless attribute TOPIC_KEY_SPLITTER in
MessageClientIDSetter class (#5881)
617ba4471 is described below
commit 617ba4471b07994d8a4aa5ea86a6d7b019015a4a
Author: mxsm <[email protected]>
AuthorDate: Sun Jan 15 16:56:11 2023 +0800
[ISSUE #5880] Remove useless attribute TOPIC_KEY_SPLITTER in
MessageClientIDSetter class (#5881)
---
.../java/org/apache/rocketmq/common/message/MessageClientIDSetter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/common/src/main/java/org/apache/rocketmq/common/message/MessageClientIDSetter.java
b/common/src/main/java/org/apache/rocketmq/common/message/MessageClientIDSetter.java
index 57090c171..4ae5ef59d 100644
---
a/common/src/main/java/org/apache/rocketmq/common/message/MessageClientIDSetter.java
+++
b/common/src/main/java/org/apache/rocketmq/common/message/MessageClientIDSetter.java
@@ -23,7 +23,7 @@ import java.util.concurrent.atomic.AtomicInteger;
import org.apache.rocketmq.common.UtilAll;
public class MessageClientIDSetter {
- private static final String TOPIC_KEY_SPLITTER = "#";
+
private static final int LEN;
private static final char[] FIX_STRING;
private static final AtomicInteger COUNTER;