namaskrutipal opened a new pull request, #1450:
URL: https://github.com/apache/camel-spring-boot/pull/1450

   This PR introduces auto-configuration for the Camel Kafka component to 
improve developer experience when using Spring Boot.
   
   Key changes:
   
   Added KafkaAutoConfiguration with conditional bean registration.
   
   Introduced KafkaConfigurationProperties to support external property binding.
   
   Registered configuration in spring.factories.
   
   Included an integration test using Embedded Kafka and a simple Camel route 
(from("kafka:test-topic").to("mock:result")) to validate setup.
   
   This contribution aims to enhance plug-and-play Kafka integration in Camel 
Spring Boot starters.


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to