log.info("The in-flight window is full, stop pushing message to consumers and update consumeOffset. ClientId={}, rootTopic={}",client.getClientId(),rootTopic);
inflightFullFlag=true;
break;
}
//push message if in-flight window has slot(not full)
log.info("The in-flight window is full, stop pushing message to consumers and update consumeOffset. ClientId={}, rootTopic={}",client.getClientId(),rootTopic);
if(inflightFullFlag==true){
break;
}
//push message if in-flight window has slot(not full)