oscerd commented on issue #1579: URL: https://github.com/apache/camel-kafka-connector/issues/1579#issuecomment-5760097703
The `cassandra-sink` Kamelet now gates the implicit Jackson `unmarshal` behind a `jsonPayload` property (default `true`). Setting it to `false` skips that step, so the raw payload is passed straight to the CQL statement builder instead of being forced through JSON deserialization. This shipped in the Kamelets **4.22.0** catalog, which CKC 4.22.0 already bundles — so in CKC it's the connector option: ``` camel.kamelet.cassandra-sink.jsonPayload=false ``` Closing as resolved in CKC 4.22.0. _Claude Code on behalf of Andrea Cosentino._ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
