mxsm commented on code in PR #5048:
URL: https://github.com/apache/rocketmq/pull/5048#discussion_r968209442
##########
store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java:
##########
@@ -239,7 +239,7 @@ public class MessageStoreConfig {
private boolean recheckReputOffsetFromCq = false;
// Maximum length of topic
- private int maxTopicLength = 1000;
+ private int maxTopicLength = 127;
Review Comment:
> It would be better to use `Byte.MAX_VALUE` to represent 127
Good idea
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]