Hisoka-X commented on code in PR #5625:
URL: https://github.com/apache/seatunnel/pull/5625#discussion_r1360100767
##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/common/SeaTunnelPluginLifeCycle.java:
##########
@@ -31,6 +35,9 @@ public interface SeaTunnelPluginLifeCycle {
* @param pluginConfig plugin config.
* @throws PrepareFailException if plugin prepare failed, the {@link
PrepareFailException} will
* throw.
+ * @deprecated SeaTunnel will not invoke prepare when init plugin, instead
by {@link
+ * org.apache.seatunnel.api.table.factory.Factory}
*/
+ @Deprecated
Review Comment:
Done. But
https://github.com/apache/seatunnel/blob/dev/seatunnel-api/src/main/java/org/apache/seatunnel/api/sink/SeaTunnelSink.java#L65
doesn't deprecated. Because we don't have a replacement yet
--
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]