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
the processor response is saved as RawData even if it's under a StructuredData field.
investigate the problem, and change RawData into []byte (should work for .Payload.After and other fields)
Bug description
the processor response is saved as
RawData
even if it's under aStructuredData
field.investigate the problem, and change
RawData
into[]byte
(should work for.Payload.After
and other fields)Steps to reproduce
example pipeline config file:
doesn't work without the json decoder processor.
Version
latest
The text was updated successfully, but these errors were encountered: