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

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


    from 7cfd7d31431 CAMEL-17947: remove unnecessary consumer close
     new 1fda680e123 CAMEL-18333: camel-kafka - avoid NPE during health-check
     new fcb501324fb CAMEL-18333: camel-kafka: add better error message to the 
health-check

The 2 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:
 .../camel/component/kafka/KafkaFetchRecords.java   |  3 +-
 .../camel/component/kafka/TaskHealthState.java     | 13 +++++
 ...java => KafkaConsumerBadPortHealthCheckIT.java} | 57 ++++---------------
 ...kaConsumerBadPortSupervisingHealthCheckIT.java} | 65 +++++++---------------
 ...=> KafkaConsumerUnresolvableHealthCheckIT.java} | 57 ++++---------------
 5 files changed, 56 insertions(+), 139 deletions(-)
 copy 
components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{KafkaConsumerHealthCheckIT.java
 => KafkaConsumerBadPortHealthCheckIT.java} (73%)
 copy 
components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{KafkaConsumerHealthCheckIT.java
 => KafkaConsumerBadPortSupervisingHealthCheckIT.java} (73%)
 copy 
components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{KafkaConsumerHealthCheckIT.java
 => KafkaConsumerUnresolvableHealthCheckIT.java} (73%)

Reply via email to