log.info("The in-flight window is full, stop pushing message to consumers and update consumeOffset. ClientId={}, rootTopic={}",client.getClientId(),rootTopic);
inflightFullFlag=true;
break;
...
...
@@ -124,18 +124,18 @@ public class MqttPushTask implements Runnable {