Interface ConnectClusterDetails


  • public interface ConnectClusterDetails
    Provides immutable Connect cluster information, such as the ID of the backing Kafka cluster. The Connect framework provides the implementation for this interface.
    • Method Detail

      • kafkaClusterId

        String kafkaClusterId()
        Get the cluster ID of the Kafka cluster backing this Connect cluster.
        Returns:
        the cluster ID of the Kafka cluster backing this Connect cluster