yuluo-yx commented on code in PR #2337:
URL: https://github.com/apache/hertzbeat/pull/2337#discussion_r1687300449


##########
collector/src/main/java/org/apache/hertzbeat/collector/dispatch/export/NettyDataQueue.java:
##########
@@ -76,4 +76,9 @@ public CollectRep.MetricsData 
pollMetricsDataToRealTimeStorage() throws Interrup
     public void sendMetricsData(CollectRep.MetricsData metricsData) {
         collectJobService.sendAsyncCollectData(metricsData);
     }
+
+    @Override
+    public void destroy() throws Exception {
+    }
+

Review Comment:
   got it. I will closed it. thanks review.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to