healchow commented on code in PR #5630:
URL: https://github.com/apache/inlong/pull/5630#discussion_r958069658


##########
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/sink/kafkazone/KafkaZoneProducer.java:
##########
@@ -64,6 +64,7 @@ public KafkaZoneProducer(String workerName, 
KafkaZoneSinkContext context) {
      */
     public void start() {
         try {
+            LOG.info("start KafkaZoneProducer:{}", workerName);

Review Comment:
   Suggested change to the end of `this.setReloadTimer();`, and change it to:
   ```
   LOG.info("start KafkaZoneProducer success for {}", workerName);
   ```



-- 
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: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to