davsclaus opened a new pull request, #24694: URL: https://github.com/apache/camel/pull/24694
## Summary Deprecates the `queueBufferingMaxMessages` option in camel-kafka. This option has never been mapped to any Kafka producer property and has no effect at runtime. Users should use `bufferMemorySize` or `maxBlockMs` instead. Part of [CAMEL-23997](https://issues.apache.org/jira/browse/CAMEL-23997) (finding #4). ## Changes - Added `@Deprecated` annotation and javadoc `@deprecated` tag to the field, getter, and setter in `KafkaConfiguration.java` - Updated `@UriParam` description to indicate the deprecation and suggest alternatives - Regenerated catalog metadata, endpoint DSL, and component DSL - Added upgrade guide entry _Claude Code on behalf of davsclaus_ -- 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]
