lizhanhui commented on code in PR #7700:
URL: https://github.com/apache/rocketmq/pull/7700#discussion_r1439427835


##########
broker/src/main/java/org/apache/rocketmq/broker/out/BrokerOuterAPI.java:
##########
@@ -1377,7 +1377,7 @@ public CompletableFuture<PullResult> 
pullMessageFromSpecificBrokerAsync(String b
         requestHeader.setSubVersion(System.currentTimeMillis());
         requestHeader.setMaxMsgBytes(Integer.MAX_VALUE);
         requestHeader.setExpressionType(ExpressionType.TAG);
-        requestHeader.setBname(brokerName);

Review Comment:
   This shall result in a backward compatible issue.



-- 
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]

Reply via email to