| License |
License |
|---|---|
| GroupId | GroupIdcom.deviceinsight.kafka |
| ArtifactId | ArtifactIdkafka-health-check |
| Last Version | Last Version1.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKafka Health Check
A kafka health check for spring boot actuator
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kafka-health-check-1.3.0.pom | |
| kafka-health-check-1.3.0.jar | 10 KB |
| kafka-health-check-1.3.0-sources.jar | 6 KB |
| kafka-health-check-1.3.0-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.deviceinsight.kafka/kafka-health-check/ -->
<dependency>
<groupId>com.deviceinsight.kafka</groupId>
<artifactId>kafka-health-check</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.deviceinsight.kafka/kafka-health-check/
implementation 'com.deviceinsight.kafka:kafka-health-check:1.3.0'
// https://jarcasting.com/artifacts/com.deviceinsight.kafka/kafka-health-check/
implementation ("com.deviceinsight.kafka:kafka-health-check:1.3.0")
'com.deviceinsight.kafka:kafka-health-check:jar:1.3.0'
<dependency org="com.deviceinsight.kafka" name="kafka-health-check" rev="1.3.0">
<artifact name="kafka-health-check" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.deviceinsight.kafka', module='kafka-health-check', version='1.3.0')
)
libraryDependencies += "com.deviceinsight.kafka" % "kafka-health-check" % "1.3.0"
[com.deviceinsight.kafka/kafka-health-check "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.ben-manes.caffeine : caffeine | jar | 2.8.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-actuator | jar | 2.4.4 |
| org.springframework.kafka : spring-kafka | jar | 2.6.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | |
| org.assertj : assertj-core | jar | 3.18.1 |
| org.springframework.boot : spring-boot-test | jar | 2.4.4 |
| org.springframework.kafka : spring-kafka-test | jar | 2.6.7 |
| org.awaitility : awaitility | jar | 4.0.3 |
| com.google.guava : guava | jar | 30.1.1-jre |