camel-kamelets
camel-kamelets copied to clipboard
Allow serialization/deserialization of key
For Kafka usage, we should change the json serialize/deserialize to allow doing that on the key rather than the body.
If it does not complicate the interface, we may allow doing that on generic headers as well.
Wdyt @oscerd ?
Yes, we can do that. By transforming the header json and re-insert it as transformed header, I guess.
Lets park this for a while.
Outdated