[
https://issues.apache.org/jira/browse/CAMEL-18133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540541#comment-17540541
]
Claus Ibsen commented on CAMEL-18133:
-------------------------------------
That seems like a bad example - we should not use custom type converters if
that is not a normal use-case to do with Apache Pulsar. Can you maybe try to
rework the example to not do that.
> Custom TypeConverter not used and BulkTypeConverters used instead
> -----------------------------------------------------------------
>
> Key: CAMEL-18133
> URL: https://issues.apache.org/jira/browse/CAMEL-18133
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 3.17.0
> Reporter: Karen Lease
> Priority: Minor
>
> A custom TypeConverter "intFromByteArray(byte[] bytes)" is registered in
> Camel but is not used to convert from the body which contains [0,0,0,22].
> Instead CamelBaseBulkConverterLoader is used which tries to convert the byte
> array to a String and then to an integer, which fails.
> The test case which fails is in [the spring-pulsar
> example|https://github.com/apache/camel-examples/tree/main/examples/spring-pulsar].
--
This message was sent by Atlassian Jira
(v8.20.7#820007)