You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/01/24 17:23:58 UTC

[camel] branch master updated (3d980be -> 120ff2f)

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 3d980be  Regen for commit 3c45f2f34bd72741cf82e6400d19bd7015cc78b3
     add 120ff2f  Adds config option 'vertxKafkaClientFactory' to camel-vertx-kafka (#4916)

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/docs/vertx-kafka-component.adoc  |   6 +-
 .../vertx/kafka/VertxKafkaComponentConfigurer.java |   6 +
 .../vertx/kafka/VertxKafkaEndpointConfigurer.java  |   6 +
 .../vertx/kafka/VertxKafkaEndpointUriFactory.java  |   3 +-
 .../camel/component/vertx/kafka/vertx-kafka.json   |   2 +
 .../src/main/docs/vertx-kafka-component.adoc       |   6 +-
 .../kafka/DefaultVertxKafkaClientFactory.java      |  28 ++---
 ...Converter.java => VertxKafkaClientFactory.java} |  21 ++--
 .../component/vertx/kafka/VertxKafkaConsumer.java  |   3 +-
 .../component/vertx/kafka/VertxKafkaProducer.java  |   3 +-
 .../configuration/BaseVertxKafkaConfiguration.java |  20 ++++
 .../VertxKafkaProducerOperationsTest.java          |   2 +-
 .../dsl/VertxKafkaComponentBuilderFactory.java     |  22 ++++
 .../dsl/VertxKafkaEndpointBuilderFactory.java      | 126 +++++++++++++++++++++
 .../modules/ROOT/pages/vertx-kafka-component.adoc  |   6 +-
 15 files changed, 226 insertions(+), 34 deletions(-)
 copy test-infra/camel-test-infra-aws-common/src/test/java/org/apache/camel/test/infra/aws/common/services/AWSService.java => components/camel-vertx-kafka/camel-vertx-kafka-component/src/main/java/org/apache/camel/component/vertx/kafka/DefaultVertxKafkaClientFactory.java (54%)
 copy components/camel-vertx-kafka/camel-vertx-kafka-component/src/main/java/org/apache/camel/component/vertx/kafka/{VertxKafkaTypeConverter.java => VertxKafkaClientFactory.java} (62%)