code review changes
This commit is contained in:
parent
06d4941363
commit
deca50ef3f
1
pom.xml
1
pom.xml
@ -36,7 +36,6 @@
|
||||
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
|
||||
<maven-javadoc-plugin.version>3.1.0</maven-javadoc-plugin.version>
|
||||
<gitflow-maven-plugin.version>1.12.0</gitflow-maven-plugin.version>
|
||||
<lombok.version>1.18.10</lombok.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -205,7 +205,7 @@ public class KafkaConsumingHealthIndicator extends AbstractHealthIndicator {
|
||||
goDown(builder);
|
||||
} else {
|
||||
builder.down(new TimeoutException(
|
||||
"Sending and receiving took longer than " + sendReceiveTimeout + " ms"))
|
||||
"Sending and receiving took longer than " + sendReceiveTimeout ))
|
||||
.withDetail("topic", topic);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user