Daniel Kulp created CAMEL-10069:
-----------------------------------
Summary: 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
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)