gnodet commented on PR #1709:
URL: 
https://github.com/apache/camel-spring-boot/pull/1709#issuecomment-4053604392

   Added the toggle in the latest commit. The bridge can be disabled with:
   
   ```properties
   camel.component.kafka.bridge-spring-kafka-properties=false
   ```
   
   It's enabled by default (`matchIfMissing = true`). Uses 
`@ConditionalOnProperty` so the entire auto-configuration class is skipped when 
disabled — no beans created, no overhead.


-- 
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]

Reply via email to