This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from d0082cb  CAMEL-16094 camel-milo: connection caching.
     new a366f69  CAMEL-16138: Allow KafkaClientFactory to be used without 
explicit broker URLs
     new 7c5bf3b  Regen
     new c71771c  CAMEL-16138: Allow KafkaClientFactory to be used without 
explicit broker URLs

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/camel/catalog/components/kafka.json         |  2 +-
 .../org/apache/camel/catalog/docs/kafka-component.adoc     |  2 +-
 .../camel/component/kafka/KafkaComponentConfigurer.java    |  5 +++++
 .../resources/org/apache/camel/component/kafka/kafka.json  |  2 +-
 components/camel-kafka/src/main/docs/kafka-component.adoc  |  2 +-
 .../camel/component/kafka/DefaultKafkaClientFactory.java   | 12 ++++++++++++
 .../apache/camel/component/kafka/KafkaClientFactory.java   | 10 ++++++++++
 .../org/apache/camel/component/kafka/KafkaComponent.java   |  8 ++------
 .../org/apache/camel/component/kafka/KafkaConsumer.java    | 14 +++-----------
 .../org/apache/camel/component/kafka/KafkaProducer.java    |  7 +++----
 .../apache/camel/component/kafka/KafkaConsumerTest.java    |  6 +++++-
 .../milo/client/MiloClientCachingConnectionManager.java    |  4 ++--
 .../component/dsl/KafkaComponentBuilderFactory.java        |  4 +---
 docs/components/modules/ROOT/pages/kafka-component.adoc    |  2 +-
 14 files changed, 48 insertions(+), 32 deletions(-)

Reply via email to