You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Tomohisa Igarashi (Jira)" <ji...@apache.org> on 2022/08/10 15:54:00 UTC

[jira] [Created] (CAMEL-18380) camel-kafka: Support using TypeConverter as a fallback in the header serializer

Tomohisa Igarashi created CAMEL-18380:
-----------------------------------------

             Summary: camel-kafka: Support using TypeConverter as a fallback in the header serializer
                 Key: CAMEL-18380
                 URL: https://issues.apache.org/jira/browse/CAMEL-18380
             Project: Camel
          Issue Type: Improvement
          Components: camel-kafka
    Affects Versions: 3.18.0
            Reporter: Tomohisa Igarashi
            Assignee: Tomohisa Igarashi


For example if a header value is a Jackson TextNode, it fails to serialize with the current DefaultKafkaHeaderSerializer. camel-jackson provides the TypeConverter which could convert the TextNode into a String.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)