Correct README
This commit is contained in:
parent
efa0ecc003
commit
23e0a6b39c
@ -53,8 +53,8 @@ public KafkaHealthProperties kafkaHealthProperties() {
|
|||||||
@Bean
|
@Bean
|
||||||
public KafkaConsumingHealthIndicator kafkaConsumingHealthIndicator(KafkaHealthProperties kafkaProperties,
|
public KafkaConsumingHealthIndicator kafkaConsumingHealthIndicator(KafkaHealthProperties kafkaProperties,
|
||||||
KafkaProperties processingProperties) {
|
KafkaProperties processingProperties) {
|
||||||
return new KafkaConsumingHealthIndicator(kafkaHealthProperties, kafkaProperties.buildConsumerProperties(),
|
return new KafkaConsumingHealthIndicator(kafkaHealthProperties, processingProperties.buildConsumerProperties(),
|
||||||
kafkaProperties.buildProducerProperties());
|
processingProperties.buildProducerProperties());
|
||||||
}
|
}
|
||||||
....
|
....
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user