jomin7 commented on issue #8621: URL: https://github.com/apache/camel-quarkus/issues/8621#issuecomment-4499831016
Quick Update: Expanding Scope for GraalVM Native Mode While working on this, I found out that KafkaOffsetBackingStore doesn't work in GraalVM native mode for any Debezium connector. A few Kafka client classes it relies on—like JmxReporter, RangeAssignor, CooperativeStickyAssignor, and some SASL handlers—aren't registered for reflection. Because of this, I'm expanding the scope of the PR to fix it across the board: The Fix: Added the missing Kafka client reflection registrations to the shared DebeziumSupportProcessor. This fixes native mode for all Debezium connectors. The Tests: Adding KafkaOffsetBackingStore integration tests for both MongoDB and Postgres. Finishing up the changes now and will push the commits shortly. -- 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]
