e-mhui opened a new pull request, #7951: URL: https://github.com/apache/inlong/pull/7951
### Prepare a Pull Request [INLONG-7945][Sort] Fix MongoDB CDC unable to output the 'replace' records - Fixes #7945 ### Motivation When executing the command `db.tb1.replaceOne({"id": 51}, {"id":51, "name": "replace 51, 51 happy day"})` in MongoDB, the MongoDB CDC is unable to output the event. ### Modifications 1. Remove the restriction on the `replace` operation. 2. Optimize the code. -- 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-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org