jomin7 commented on PR #8684: URL: https://github.com/apache/camel-quarkus/pull/8684#issuecomment-4566072846
Hi @apupier, @jamesnetherton — thanks for the review feedback! I've updated the PR to add quarkus-kafka-client as a dependency on the debezium support extension. This lets us drop the SaslClientAuthenticator runtime initialization and reflection registration since quarkus-kafka-client already handles that. The Connect-layer classes (KafkaOffsetBackingStore, JSON/type converters) are still registered explicitly as they fall outside what the Kafka client extension covers. Please let me know if there's anything else that needs to be addressed. -- 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]
