-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load custom Kafka Serializer or Partition classes #819
Comments
#775 is possibly related to this. |
Blocked on camel-2.16 |
Can this go into 3.1.0? |
Seems that this will be dependent on Camel consuming Kafka 0.9.0.0 or greater |
jamesnetherton
added a commit
that referenced
this issue
Sep 30, 2015
jamesnetherton
added a commit
that referenced
this issue
Oct 6, 2015
Kafka 0.9.0 is finally released: |
jamesnetherton
added a commit
to jamesnetherton/wildfly-camel
that referenced
this issue
Nov 26, 2015
Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attempting to use custom Kafka serializer or partition classes with 0.8.2.0 passes through this Scala code:
This results in
org.apache.kafka:main
ModuleClassLoader being used. Custom classes wont be available to this module so we end up with a CNFE.KAFKA-2295 is proposing to fix this in 0.9.0. The patch provided attempts to use the TCCL. This will probably work for WildFly but maybe they should allow clients to specify what CL should be used.
@tdiesler thoughts on this?
The text was updated successfully, but these errors were encountered: