justinwwhuang commented on code in PR #10011:
URL: https://github.com/apache/inlong/pull/10011#discussion_r1570610339


##########
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/file/AbstractSource.java:
##########
@@ -128,8 +130,11 @@ public void init(InstanceProfile profile) {
         initOffset();
         registerMetric();
         initExtendHandler();
+        initSource(profile);
     }
 
+    protected abstract void initSource(InstanceProfile profile);

Review Comment:
   The currently empty sources are because there is no real implementation, and 
the real source should implement this



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

Reply via email to