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
Then we could simply define the expected message format and provide some sample transforms to get there.
The text was updated successfully, but these errors were encountered:
berndruecker
changed the title
Use Kafka Connect Transforms instead of custom JsonPath
Use Kafka Connect "Single Message Transforms" instead of custom JsonPath
Dec 9, 2019
We currently use some JsonPath ourselves to configure where to read certain data from, see e.g. https://github.com/zeebe-io/kafka-connect-zeebe/blob/master/examples/ping-pong/sink.json#L13
That also means we only support Json, not Avro
It would be more Kafka Connect style, if we use the “transforms” (https://docs.confluent.io/current/connect/transforms/index.html) – as in the example in https://www.confluent.io/blog/kafka-connect-deep-dive-jdbc-source-connector
Then we could simply define the expected message format and provide some sample transforms to get there.
The text was updated successfully, but these errors were encountered: