A generic image as a placeholder for the extension icon
Camel Hystrix
使用 Netflix Hystrix 的断路器 EIP

安装

要将此扩展添加到您的项目,请在您的 Quarkus 项目目录中使用相关命令

Quarkus CLI

quarkus ext add org.apache.camel.quarkus:camel-quarkus-hystrix

Maven

./mvnw quarkus:add-extension -Dextensions="org.apache.camel.quarkus:camel-quarkus-hystrix"

Gradle

./gradlew addExtension --extensions="org.apache.camel.quarkus:camel-quarkus-hystrix"