-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
It seems some of these checks don't properly reflect the state of the services.
if ( mapRepository != null && mapRepository.connectionReady()
&& playerClient != null && playerClient.isHealthy()
&& kafka != null && kafka.isHealthy() )
mapRepository.connectionReady()always returns truekafka.isHealthy()still returns true after bringing down kafka
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels