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
At the moment we use JSONPath to extract properties from a sink record when transforming it into a Zeebe message.
From what I understand, for our sink connector, we should instead specify the format we want, and users should use Single Message Transformations to map their records to our expected format. That's in theory, no idea in practice if users actually make use of this.
The text was updated successfully, but these errors were encountered:
At the moment we use JSONPath to extract properties from a sink record when transforming it into a Zeebe message.
From what I understand, for our sink connector, we should instead specify the format we want, and users should use Single Message Transformations to map their records to our expected format. That's in theory, no idea in practice if users actually make use of this.
The text was updated successfully, but these errors were encountered: