You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decode the Debezium/OpenCDC JSON change-event envelope into a typed
ChangeEvent (Operation enum, deferred before/after row images, decoded
source metadata, commit timestamp) with BeforeAs/AfterAs projection and
SourceHeaders. Tombstones decode to OpTombstone; malformed envelopes
return *DecodeError (poison). Ships as a stdlib subpackage of the source
module alongside retry/dlq, with a memsource consume test and a CDC-driven
Drive example in source/statemachine. Native WAL connectors stay future
work.
Signed-off-by: Joshua Temple <joshua.temple@stablekernel.com>
0 commit comments