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
While the source pipeline produces a valid OpenCDC record, the destination will consume this from Kafka, assume it is raw data and create a new OpenCDC record with the source record set as rawdata in the Payload.After field. It ends up being re-wrapped in another OpenCDC record, making it double-wrapped.
Suggestions:
Add an OpenCDC unwrap processor
When producing to kafka topics on the platform, only emit the contents of payload.After
Steps to reproduce
Create a pipeline that uses a destination builtin conduit connector. example:
Bug description
While the source pipeline produces a valid OpenCDC record, the destination will consume this from Kafka, assume it is raw data and create a new OpenCDC record with the source record set as
rawdata
in thePayload.After
field. It ends up being re-wrapped in another OpenCDC record, making it double-wrapped.Suggestions:
payload.After
Steps to reproduce
Version
v0.8.0
The text was updated successfully, but these errors were encountered: