Fix compilation error (#53)
This commit is contained in:
parent
f3f6e74b1e
commit
ec7c8bbf5e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class KafkaService {
|
|||
getTopicsData(ac.getAdminClient()).flatMap( topics ->
|
||||
loadTopicsConfig(ac.getAdminClient(), topics.stream().map(InternalTopic::getName).collect(Collectors.toList()))
|
||||
.map( configs -> mergeWithConfigs(topics, configs))
|
||||
.flatMap(it -> updateSegmentMetrics(ac, clusterMetrics, it))
|
||||
.flatMap(it -> updateSegmentMetrics(ac.getAdminClient(), clusterMetrics, it))
|
||||
).map( segmentSizeDto -> buildFromData(cluster, segmentSizeDto))
|
||||
)
|
||||
).onErrorResume(
|
||||
|
|
Loading…
Add table
Reference in a new issue