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 2023/10/12 11:51:31 UTC

[camel] branch kafka-pre-validate updated (00f482d2bdb -> 4cc141a4a37)

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

davsclaus pushed a change to branch kafka-pre-validate
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 00f482d2bdb CAMEL-19827: camel-kafka - Consumer should fail-fast if invalid host:port configuartion. Added option to turn this off and have previous behaviour.
     add 4cc141a4a37 CAMEL-19827: camel-kafka - Consumer should fail-fast if invalid host:port configuartion. Added option to turn this off and have previous behaviour.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/component/kafka/KafkaConfiguration.java | 8 ++++----
 .../main/java/org/apache/camel/component/kafka/KafkaConsumer.java | 1 -
 .../integration/health/KafkaConsumerBadPortHealthCheckIT.java     | 2 ++
 .../health/KafkaConsumerBadPortSupervisingHealthCheckIT.java      | 3 +++
 .../health/KafkaConsumerUnresolvableHealthCheckIT.java            | 2 ++
 5 files changed, 11 insertions(+), 5 deletions(-)