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


##########
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:
   Only the function signature has been modified here, without changes to the 
internal fields. The field name remains 'bname', so there should be no 
compatibility issues.



-- 
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: commits-unsubscr...@rocketmq.apache.org

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

Reply via email to