yflytom opened a new issue, #7120: URL: https://github.com/apache/seatunnel/issues/7120
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description seatunnel-web 1.0.1对应的seatunnel 版本是多少,我使用seatunnel 2.3.5版本,在seatunnel-web配置mysql-cdc报错 What is the seatunnel version corresponding to seatunnel-web 1.0.1? I use seatunnel 2.3.5 version and report an error when configuring mysql-cdc in seatunnel-web. ``` java.lang.NoClassDefFoundError: org/apache/seatunnel/api/sink/SchemaSaveMode ``` 我将seatunnel-api-2.3.3.jar 替换为seatunnel-api-2.3.5.jar 后,不再报这个错误,但是在页面配置时又报错: After I replaced seatunnel-api-2.3.3.jar with seatunnel-api-2.3.5.jar, this error was no longer reported, but the error was reported again during page configuration: ``` java.lang.NoSuchMethodError: org.apache.seatunnel.api.table.catalog.DataTypeConvertor.toSeaTunnelType(Ljava/lang/String;)Lorg/apache/seatunnel/api/table/type/SeaTunnelDataType; ``` 所以到底应该怎么配置,web的文档也没有最新的1.0.1的:https://seatunnel.apache.org/zh-CN/seatunnel_web/1.0.0/about, ### Usage Scenario seatunnel-web 1.0.1 config mysql-cdc ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
