Package org.apache.kafka.connect.health
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 Summary
Modifier and TypeMethodDescriptionGet the cluster ID of the Kafka cluster backing this Connect cluster.
-
Method Details
-
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
-