Fixes issues in HealthCheckServiceInstanceListSupplier (#685)

- WebClient response leaks
- potential Scheduled task leak
- rework polling to plain reactor operators
- remove non atomic operations on ServiceInstance lists

related to gh-629
fixes issues from gh-683
This commit is contained in:
robotmrv
2020-03-03 22:12:07 +02:00
committed by GitHub
parent fdfc0d5e9f
commit 6db6a81d82
3 changed files with 477 additions and 51 deletions

View File

@@ -88,5 +88,10 @@
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>