Authored by hugufei

消费者数量不上报至influxdb

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