zbendhiba commented on pull request #3594: URL: https://github.com/apache/camel-quarkus/pull/3594#issuecomment-1060639511
Could you check if the problem comes from the kafka-client extension ? As I look at the code here : https://github.com/quarkusio/quarkus/blob/main/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaProcessor.java It seems that those classes should be already add to the reflective class. Is the problem coming from the fact that those ones needs some additional methods, and that the parameters in this line of code is not enought : https://github.com/quarkusio/quarkus/blob/f8b96e930afa8985fab62c18d7c91f67d8059eab/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaProcessor.java#L216 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
