Interface KafkaController
-
- All Known Implementing Classes:
OcpKafkaController
public interface KafkaControllerControl over Kafka cluster- Author:
- Jakub Cechacek
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKafkaBootstrapAddress()booleanundeploy()Undeploy this Kafka clustervoidwaitForCluster()Waits for cluster to be available
-
-
-
Method Detail
-
getKafkaBootstrapAddress
String getKafkaBootstrapAddress()
- Returns:
- host and port for public bootstrap service
-
undeploy
boolean undeploy()
Undeploy this Kafka cluster- Returns:
- true on operation success
-
waitForCluster
void waitForCluster() throws InterruptedExceptionWaits for cluster to be available- Throws:
InterruptedException
-
-