You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2016/06/22 19:50:16 UTC

[jira] [Resolved] (CAMEL-10069) camel-kafka producer has problems loading serializers in OSGi

     [ https://issues.apache.org/jira/browse/CAMEL-10069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CAMEL-10069.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 2.17.2

> camel-kafka producer has problems loading serializers in OSGi
> -------------------------------------------------------------
>
>                 Key: CAMEL-10069
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10069
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-kafka
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.17.2
>
>
> See https://issues.apache.org/jira/browse/KAFKA-3218
> If the contextClassLoader is set, Kafka only uses that when looking for the dynamically loaded classes.   That means the users application bundle must import those classes which may not be the case since they are generally just configured in as strings.   We could pre-process those strings to check not just the application context but also the camel-kafka classloader and the kafka classloader so that the default serializers can be found.   



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)