Interface KafkaController

    • Method Detail

      • getPublicBootstrapAddress

        String getPublicBootstrapAddress()
        The Bootstrap address returned by this method must be reachable form arbitrary network.
        Returns:
        Publicly reachable Kafka Bootstrap Server address
      • getBootstrapAddress

        String getBootstrapAddress()
        The Bootstrap address returned by this method may not be reachable form arbitrary network.
        Returns:
        Kafka Bootstrap Server address
      • undeploy

        boolean undeploy()
        Undeploy this Kafka cluster
        Returns:
        true on operation success
      • getDefaultConsumerProperties

        default Properties getDefaultConsumerProperties()
        Returns:
        default kafka consumer configuration