You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/05/27 09:22:55 UTC

[GitHub] [incubator-seatunnel] ruanwenjun commented on a diff in pull request #1966: [Api-draft] add README.zh.md for new api

ruanwenjun commented on code in PR #1966:
URL: https://github.com/apache/incubator-seatunnel/pull/1966#discussion_r883435673


##########
seatunnel-connectors/seatunnel-connectors-seatunnel/README.zh.md:
##########
@@ -0,0 +1,62 @@
+## 目的
+Because SeaTunnel design new API for connectors, 所以通过这篇文章来介绍新的接口以及新的代码结构,方便开发者快速的帮助新API和翻译层完善,以及开发出新的Connecotor.
+## 代码结构
+现阶段所有相关代码保存在`api-draft`分支上。
+为了和老的代码分开,方便现阶段的并行开发,以及降低merge的难度。我们为新的执行流程定义了新的模块
+### Example
+我们已经在`seatunnel-examples`中准备好了新版本的可本地执行Example程序,直接调用`seatunnel-flink-examples`或`seatunnel-spark-examples`中的`SeaTunnelApiExample`即可。这也是本地开发Connector经常会用到的调试方式。

Review Comment:
   我等一下会新添加两个测试module`seatunnel-flink-new-connector-example`,`seatunnel-spark-new-connector-example`用于新的connector的本地测试



-- 
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-unsubscribe@seatunnel.apache.org

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