Package org.apache.kafka.common
Class ClusterResource
java.lang.Object
org.apache.kafka.common.ClusterResource
The
ClusterResource
class encapsulates metadata for a Kafka cluster.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ClusterResource
CreateClusterResource
with a cluster id. Note that cluster id may benull
if the metadata request was sent to a broker without support for cluster ids. The first version of Kafka to support cluster id is 0.10.1.0.- Parameters:
clusterId
-
-
-
Method Details
-
clusterId
Return the cluster id. Note that it may benull
if the metadata request was sent to a broker without support for cluster ids. The first version of Kafka to support cluster id is 0.10.1.0. -
toString
-
equals
-
hashCode
public int hashCode()
-