You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/03/04 12:06:57 UTC

[camel] branch regen_bot updated (c187e95 -> 9e9a549)

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 c187e95  CAMEL-17727: camel-kafka - Add readiness health check for kafka consumer (#7093)
     add 33d8d50  CAMEL-17727: camel-kafka - Add readiness health check for kafka producer
     add 9e9a549  Regen for commit 33d8d5050ac7c4dc0b08080ea986e0b3495c2da7

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/others.properties     |  1 +
 .../org/apache/camel/catalog/others}/console.json  |  0
 .../component/kafka/KafkaConsumerHealthCheck.java  |  5 +-
 .../camel/component/kafka/KafkaFetchRecords.java   | 21 ++++-
 .../camel/component/kafka/KafkaProducer.java       | 94 ++++++++++++++++++----
 .../component/kafka/KafkaProducerHealthCheck.java  | 64 +++++++++++++++
 6 files changed, 166 insertions(+), 19 deletions(-)
 copy {core/camel-console/src/generated/resources => catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others}/console.json (100%)
 create mode 100644 components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducerHealthCheck.java