23 lines
703 B
Plaintext
23 lines
703 B
Plaintext
= KafkaHealthCheck
|
|
:icons: font
|
|
|
|
== Version 1.3.0
|
|
|
|
* Health check timeouts can now be configured in `java.time.Duration` format. The timeouts can still be configured using
|
|
millisecond values (`long`) as well to stay compatible with old configurations.
|
|
* Dependency versions are now managed by `spring-boot-dependencies`.
|
|
(https://github.com/deviceinsight/kafka-health-check/issues/17[ISSUE-17])
|
|
|
|
== Version 1.2.0
|
|
|
|
* Reduce logging level of health check calls to `TRACE`.
|
|
|
|
== Version 1.1.0
|
|
|
|
* Make consumer groups unique by appending a random UUID when no group ID is configured explicitly.
|
|
* Refactor health check strategy: Kafka polled continuously.
|
|
|
|
== Version 1.0.0
|
|
|
|
* Develop kafka health check
|