This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 896f409 Regen for commit 635c0d6cc066916a063ecabfef890e5aa133ad86
add c187e95 CAMEL-17727: camel-kafka - Add readiness health check for
kafka consumer (#7093)
No new revisions were added by this update.
Summary of changes:
components/camel-kafka/pom.xml | 4 +
.../camel/component/kafka/KafkaConsumer.java | 20 ++-
.../component/kafka/KafkaConsumerHealthCheck.java | 77 ++++++++++
.../camel/component/kafka/KafkaFetchRecords.java | 32 +++++
...FullIT.java => KafkaConsumerHealthCheckIT.java} | 155 +++++++++------------
.../camel/impl/health/AbstractHealthCheck.java | 2 +
6 files changed, 199 insertions(+), 91 deletions(-)
create mode 100644
components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumerHealthCheck.java
copy
components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{KafkaConsumerFullIT.java
=> KafkaConsumerHealthCheckIT.java} (60%)