how to configure debezium fields sent on update events (mongo connector)
问题 I want to use debezium mongo connector to: -> get events from mongo -> get them in my kafka -> read from kafka my issue is, when debezium gets update events from mongo it only sends the updated fields: The value of an update change event on this collection will actually have the exact same schema, and its payload will be structured the same but will hold different values. Specifically, an update event will not have an after value and will instead have a patch string containing the JSON