lizhimins commented on code in PR #1153:
URL: https://github.com/apache/rocketmq-clients/pull/1153#discussion_r2650106364
##########
java/client/src/main/java/org/apache/rocketmq/client/java/message/MessageViewImpl.java:
##########
@@ -68,7 +69,7 @@ public class MessageViewImpl implements MessageView {
public MessageViewImpl(MessageId messageId, String topic, byte[] body,
String tag,
String messageGroup, String liteTopic,
- Long deliveryTimestamp, Collection<String> keys, Map<String, String>
properties,
+ Long deliveryTimestamp, Integer priority, Collection<String> keys,
Map<String, String> properties,
Review Comment:
应该新加一个构造函数的
--
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]