comi-zhang opened a new pull request, #9606: URL: https://github.com/apache/seatunnel/pull/9606
**Purpose of this pull request** This pull request fixes the documentation for the Kafka sink connector. The current documentation incorrectly states that the Kafka sink does not support writing CDC (Change Data Capture) events, which can confuse users. This change aligns the documentation with the connector's actual functionality, as reported in issue #9531. **Does this PR introduce any user-facing change?** Yes. This is a user-facing documentation change. Previous Behavior: The feature matrix in the Kafka sink connector documentation showed "No" for CDC support. This was misleading for users wanting to build CDC pipelines. New Behavior: The documentation now correctly shows "Yes" for CDC support, accurately reflecting the connector's capabilities. **How was this patch tested?** This is a documentation-only change and does not require new unit or e2e tests. The change was verified by visually inspecting the rendered Markdown files to ensure the text and table formatting are correct. The validity of the change itself is based on the confirmation in issue #9531 that the Kafka sink works correctly with CDC data. **Check list** [ ] If any new Jar binary package adding in your PR, please add License Notice according [New License Guide](https://github.com/apache/seatunnel/blob/dev/docs/en/contribution/new-license.md) [x] If necessary, please update the documentation to describe the new feature. https://github.com/apache/seatunnel/tree/dev/docs [ ] If you are contributing the connector code, please check that the following files are updated: Update [plugin-mapping.properties](https://github.com/apache/seatunnel/blob/dev/plugin-mapping.properties) and add new connector information in it Update the pom file of [seatunnel-dist](https://github.com/apache/seatunnel/blob/dev/seatunnel-dist/pom.xml) Add ci label in [label-scope-conf](https://github.com/apache/seatunnel/blob/dev/.github/workflows/labeler/label-scope-conf.yml) Add e2e testcase in [seatunnel-e2e](https://github.com/apache/seatunnel/tree/dev/seatunnel-e2e/seatunnel-connector-v2-e2e/) Update connector [plugin_config](https://github.com/apache/seatunnel/blob/dev/config/plugin_config) -- 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]
