Interface KafkaController

  • All Known Implementing Classes:
    OcpKafkaController

    public interface KafkaController
    Control over Kafka cluster
    Author:
    Jakub Cechacek
    • 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