Package io.confluent.rest
Interface CheckReadyControllerHandle
- All Superinterfaces:
AutoCloseable,Closeable
-
Method Summary
Modifier and TypeMethodDescriptionGenerate the status identifying whether we are "ready" now or not, and a reason why not if that is the case.
-
Method Details
-
generateReadinessStatus
Generate the status identifying whether we are "ready" now or not, and a reason why not if that is the case. This may be a heavyweight operation in that it could require a remote RPC to the active controller.- Throws:
IOException
-