zuul-route-health-spring-cloud-starter

Spring Cloud Netflix Zuul route health indicator

Лицензия

Лицензия

Категории

Категории

Zuul Библиотеки уровня приложения Distributed Applications
Группа

Группа

io.jmnarloch
Идентификатор

Идентификатор

zuul-route-health-spring-cloud-starter
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

zuul-route-health-spring-cloud-starter
Spring Cloud Netflix Zuul route health indicator
Ссылка на сайт

Ссылка на сайт

https://github.com/jmnarloch/zuul-route-health-spring-cloud-starter
Система контроля версий

Система контроля версий

https://github.com/jmnarloch/zuul-route-health-spring-cloud-starter.git

Скачать zuul-route-health-spring-cloud-starter

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.jmnarloch/zuul-route-health-spring-cloud-starter/ -->
<dependency>
    <groupId>io.jmnarloch</groupId>
    <artifactId>zuul-route-health-spring-cloud-starter</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.jmnarloch/zuul-route-health-spring-cloud-starter/
implementation 'io.jmnarloch:zuul-route-health-spring-cloud-starter:1.1.0'
// https://jarcasting.com/artifacts/io.jmnarloch/zuul-route-health-spring-cloud-starter/
implementation ("io.jmnarloch:zuul-route-health-spring-cloud-starter:1.1.0")
'io.jmnarloch:zuul-route-health-spring-cloud-starter:jar:1.1.0'
<dependency org="io.jmnarloch" name="zuul-route-health-spring-cloud-starter" rev="1.1.0">
  <artifact name="zuul-route-health-spring-cloud-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jmnarloch', module='zuul-route-health-spring-cloud-starter', version='1.1.0')
)
libraryDependencies += "io.jmnarloch" % "zuul-route-health-spring-cloud-starter" % "1.1.0"
[io.jmnarloch/zuul-route-health-spring-cloud-starter "1.1.0"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-configuration-processor Необязательный jar 1.2.5.RELEASE
org.springframework.boot : spring-boot-starter-actuator jar 1.2.5.RELEASE
org.springframework.cloud : spring-cloud-starter-zuul jar 1.0.3.RELEASE

test (3)

Идентификатор библиотеки Тип Версия
org.mockito : mockito-all jar 1.10.19
junit : junit jar 4.12
org.springframework.boot : spring-boot-starter-test jar 1.2.5.RELEASE

Модули Проекта

Данный проект не имеет модулей.

Spring Cloud Netflix Zuul route health

A Spring Cloud Zuul health indicator

Build Status Coverage Status

Features

Configures Spring Boot's Actuator health indicator that indicates if for every explicitly configured route a backing service exists in the discovery service.

Setup

Add the Spring Cloud starter to your project:

<dependency>
  <groupId>io.jmnarloch</groupId>
  <artifactId>zuul-route-health-spring-cloud-starter</artifactId>
  <version>1.1.0</version>
</dependency>

Properties

Property zuul.health.enabled let's you enable this extension.

zuul.health.enabled=true # true by default

Health endpoint

The health indicator is auto registered and will be triggered whenever the Actuator's health endpoint will be accessed:

Zuul routes

License

Apache 2.0

Версии библиотеки

Версия
1.1.0
1.0.0