[
https://issues.apache.org/jira/browse/CAMEL-18104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17539388#comment-17539388
]
Claus Ibsen commented on CAMEL-18104:
-------------------------------------
Okay so the test failures in camel-kafka in KafkaProducerFullIT was in fact a
test that assigned a partion key as byte array but that was not in use as it
was not converter to Integer and as such kafka would not use a specific
partition and so the test worked.
Fixing the test to use partition 0 like the other tests then works.
> camel-core: provide a byte[] to Double Integer .... converter
> -------------------------------------------------------------
>
> Key: CAMEL-18104
> URL: https://issues.apache.org/jira/browse/CAMEL-18104
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Reporter: Andrea Tarocchi
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 3.17.0
>
>
> for all the types that have a from string converter would be nice to provide
> an alternative that from byte[] converts to string and from string to the
> type basically cascading byte[] to string converter and string to type
> converter.
> It is useful for all the conversions in headers coming from kafka topics
> since they usually come as byte[]
--
This message was sent by Atlassian Jira
(v8.20.7#820007)