[
https://issues.apache.org/jira/browse/CAMEL-10439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15653348#comment-15653348
]
Andrea Cosentino commented on CAMEL-10439:
------------------------------------------
In master repo you find the dependency updated to 0.10.1.0.
You can do a double check by removing the code change from CAMEL-10069 and let
us know.
> Kafka Consumer cannot load class RangeAssignor in Weblogic/JEE
> --------------------------------------------------------------
>
> Key: CAMEL-10439
> URL: https://issues.apache.org/jira/browse/CAMEL-10439
> Project: Camel
> Issue Type: Bug
> Components: camel-kafka
> Affects Versions: 2.18.0
> Environment: Weblogic 12
> Reporter: Justin Heesemann
> Priority: Minor
>
> Seems like the fix for CAMEL-10069 makes it impossible to use the kafka
> consumer when deployed in a JEE environment (in my case weblogic).
> Setting the classloader to null (ie setting the system classloader)
> effectively removes the kafka classes from the classpath (at least this is
> what I think happens..).
> org.apache.kafka.common.KafkaException:
> org.apache.kafka.clients.consumer.RangeAssignor ClassNotFoundException
> exception occured
> Apparently they fixed some classloading issues with kafka-clients 0.10.1.0 ..
> so maybe this might be a better solution than to tamper with the classloaders?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)