tsunghanjacktsai commented on code in PR #4218:
URL: https://github.com/apache/rocketmq/pull/4218#discussion_r897573080
##########
broker/src/main/java/org/apache/rocketmq/broker/processor/PullMessageProcessor.java:
##########
@@ -246,12 +246,6 @@ private RemotingCommand processRequest(final Channel
channel, RemotingCommand re
responseHeader.setMinOffset(getMessageResult.getMinOffset());
responseHeader.setMaxOffset(getMessageResult.getMaxOffset());
- if (getMessageResult.isSuggestPullingFromSlave()) {
Review Comment:
@hzh0425 I believe it's fine to remove it 'cause they do have the same
effect in the end, but welcome to provide your thoughts on this.
--
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]