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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
kafkaClusterId()
Get the cluster ID of the Kafka cluster backing this Connect cluster.
-
-
-
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
-
-