Authored by hugufei

消费者数量不上报至influxdb

... ... @@ -77,7 +77,7 @@ public abstract class AbstractMqListener implements ApplicationEventPublisherAwa
logger.error(e.getMessage(), e);
} finally {
this.doFinishConsume();
this.reportConsumerIncreaseEvent();
//this.reportConsumerIncreaseEvent();
}
}
... ...