You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/06 09:48:01 UTC

[GitHub] [rocketmq-mqtt] aliensb commented on a diff in pull request #52: add channnel decode exception ,optimize variable naming

aliensb commented on code in PR #52:
URL: https://github.com/apache/rocketmq-mqtt/pull/52#discussion_r843734224


##########
mqtt-ds/src/main/java/org/apache/rocketmq/mqtt/ds/notify/NotifyManager.java:
##########
@@ -281,7 +280,7 @@ protected void sendEventRetryMsg(Set<MessageEvent> messageEvents, int delayLevel
         }
         Message message = new Message();
         message.setTopic(serviceConf.getEventNotifyRetryTopic());
-        message.setBody(JSONObject.toJSONString(messageEvents).getBytes(StandardCharsets.UTF_8));

Review Comment:
   done



-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org