This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit fb2bad645e271fb18a93e69973f149c77de988ff Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Dec 2 12:09:50 2021 +0100 CAMEL-17262: camel-kafka - Allow to configure endpoint level KafkaManualCommitFactory --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc index 958cdfb..a58d86e 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc @@ -19,6 +19,9 @@ Added method `reloadProperties` to `org.apache.camel.spi.LoadablePropertiesSourc The APIs in `camel-kafka` component changed from using the Kafka Client classes `org.apache.kafka.clients.producer.KafkaProducer` and `org.apache.kafka.clients.consumer.KafkaConsumer` to their interfaces `org.apache.kafka.clients.producer.Producer` and `org.apache.kafka.clients.consumer.Consumer` instead. +The option `KafkaManualCommitFactory` on component is now autowired, if there exists a single +custom factory in the registry. + === camel-jbang The option `debug-level` has been renamed to `logging-level` because the option is for configuring the logging level.