Interface | Description |
---|---|
BeginShutdownBrokerHandle |
This interface is to be used by the InternalRestServer to allow the operator to communicate with
the broker and initiate a controlled shutdown dependent on under replicated partitions and the
current controller.
|
BeginShutdownControllerHandle | |
KafkaRestorePartitionHandle |
This interface is to be used by the InternalRestServer to allow the restore service to communicate with
the broker to query relevant kafka state details.
|
Class | Description |
---|---|
BeginShutdownControllerStatus | |
ControllerInternalRestServer | |
ControllerRollHandler | |
InternalRestServer |
Binds a Rest Server to the provided port, serving the RollHandler API.
|
KafkaRestoreRestApiReturnStatus | |
ResponseContainer<T> | |
ResponseContainer.DataResponse<T> | |
ResponseContainer.ErrorResponse | |
RestoreHandler | |
RollHandler |