duhenglucky commented on a change in pull request #842: [RIP-11]MQTT:completing
pub and sub logic of qos=0 messages(single node only )
URL: https://github.com/apache/rocketmq/pull/842#discussion_r258921941
##########
File path:
remoting/src/main/java/org/apache/rocketmq/remoting/protocol/RemotingCommand.java
##########
@@ -81,6 +81,8 @@
private transient byte[] body;
+ private Object payload;
Review comment:
why do you want to add a new property here? and it would be nice if we can
use byte[] body instead.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services