vongosling commented on a change in pull request #683:
URL: https://github.com/apache/rocketmq-externals/pull/683#discussion_r582437957
##########
File path:
rocketmq-console/src/main/java/org/apache/rocketmq/console/util/MsgTraceDecodeUtil.java
##########
@@ -92,6 +100,11 @@
// add the context type
subAfterContext.setContextCode(Integer.parseInt(line[6]));
}
+ // compatible with the old version
+ if (line.length >= 9) {
Review comment:
Could we use the constant while not a number(such as 9 or 15)to be
forward compatible?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]