zhouhoo opened a new issue, #6832: URL: https://github.com/apache/seatunnel/issues/6832
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened When I try seatunne on flink as offical doc says in the [link](https://seatunnel.apache.org/docs/2.3.5/start-v2/locally/quick-start-flink), I got no error , flink job running but console had sink data output as the doc says!!! I tried to ask slack channel for help ,but slack link is outdated!!! BTW, I tried to sink to mysql database, still no data sinked! ### SeaTunnel Version 2.3.3 ### SeaTunnel Config ```conf only modified seatunnel-env.sh file: FLINK_HOME=/root/shen/flink-1.13.5 ``` ### Running Command ```shell 1. add mysql-connector-j-8.3.0.jar to lib, 2. install some plugins including fake-source and console. 3. ./bin/start-seatunnel-flink-13-connector-v2.sh --config ./config/v2.batch.config.template ``` ### Error Exception ```log Job has been submitted with JobID 607d2d65753670b5f381fc502cb65c57 Program execution finished Job with JobID 607d2d65753670b5f381fc502cb65c57 has finished. Job Runtime: 2207 ms ``` ### Zeta or Flink or Spark Version flink 1.13.5 ### Java or Scala Version _No response_ ### Screenshots  ### Are you willing to submit 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]
