XiaoYou201 opened a new pull request, #10239: URL: https://github.com/apache/inlong/pull/10239
### Prepare a Pull Request - [INLONG-10238][Sort] Mysql connectors support audit ID - Fixes https://github.com/apache/inlong/issues/10238 - parent issue: https://github.com/apache/inlong/issues/8803 ### Motivation Mysql connector not support audit function. So this pr will make it support audit function. ### Modifications Modify Mysql connector source.when source receive data, it will send audit information at same time.Some implement are as follows: Program will get the audit information from the incoming sql statement and pass it to the deserialization classes. During deserialization, the program will report the number of data received. <img width="784" alt="企业微信截图_e874eff6-387b-4dda-abd4-201fc3c5b3a2" src="https://github.com/apache/inlong/assets/58425449/5dc0ce5e-e5b5-4b30-8320-87df21afe9f4"> -- 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]
