Interface KafkaCluster


  • @Immutable
    @DoNotImplement
    public interface KafkaCluster
    This interface provides information about a <kafka-cluster> as it is configured in the kafka-extension.xml.
    Since:
    4.4.0
    • Method Detail

      • getBootstrapServers

        @NotNull
        @NotNull String getBootstrapServers()
        Returns:
        The configured <bootstrap-servers> of the cluster.
        Since:
        4.4.0