Config
Name |
Type |
Description |
|
Set the configuration entries for a resource |
ConfigEntry
Name |
Type |
Description |
|
Set whether the config value is the default or if it's been explicitly set |
|
|
Set the config name |
|
|
Set whether the config is read-only and cannot be updated |
|
|
Set whether the config value is sensitive. The value is always set to null by the broker if the config value is sensitive |
|
Set the source of this configuration entry |
||
|
Set all config values that may be used as the value of this config along with their source, in the order of precedence |
|
|
Set the value or null. Null is returned if the config is unset or if isSensitive is true |
ConfigResource
Name |
Type |
Description |
|
Set if this is the default resource of a resource type. Resource name is empty for the default resource. |
|
|
Set the resource name |
|
Set the resource type |
ConfigSynonym
Name |
Type |
Description |
|
Set the name of this configuration |
|
Set the source of this configuration |
||
|
Set the value of this configuration, which may be null if the configuration is sensitive |
ConsumerGroupDescription
Name |
Type |
Description |
Set the consumer group coordinator, or null if the coordinator is not known |
||
|
Set the id of the consumer group |
|
|
Set a list of the members of the consumer group |
|
|
Set the consumer group partition assignor |
|
|
Set if consumer group is simple or not |
|
Set the consumer group state, or UNKNOWN if the state is too new for us to parse |
ConsumerGroupListing
MemberAssignment
Name |
Type |
Description |
|
Set the list of topic partitions |
MemberDescription
Name |
Type |
Description |
Set the assignment of the group member |
||
|
Set the client id of the group member |
|
|
Set the consumer id of the group member |
|
|
Set the host where the group member is running |
NewTopic
Name |
Type |
Description |
|
Set the configuration for the new topic or null if no configs ever specified |
|
|
Set the name of the topic to be created |
|
|
Set the number of partitions for the new topic or -1 if a replica assignment has been specified |
|
|
Set the replication factor for the new topic or -1 if a replica assignment has been specified |
Node
Name |
Type |
Description |
|
||
|
Set if this node has a defined rack |
|
|
Set the host name for this node |
|
|
Set the node id of this node |
|
|
Set the string representation of the node id |
|
|
Set if this node is empty |
|
|
Set the port for this node |
|
|
Set the rack for this node |
OffsetAndMetadata
OffsetAndTimestamp
PartitionInfo
Name |
Type |
Description |
|
Set the subset of the replicas that are in sync |
|
Set the node id of the node currently acting as a leader |
||
|
Set the partition id |
|
|
Set the complete set of replicas for this partition |
|
|
Set the topic name |
RecordMetadata
Name |
Type |
Description |
|
Set the checksum (CRC32) of the record. |
|
|
Set the offset of the record in the topic/partition. |
|
|
Set the partition the record was sent to |
|
|
Set the timestamp of the record in the topic/partition |
|
|
Set the topic the record was appended to |
TopicDescription
Name |
Type |
Description |
|
Set whether the topic is internal to Kafka. |
|
|
Set the name of the topic. |
|
|
Set A list of partitions where the index represents the partition id and the element contains leadership and replica information for that partition. |
TopicPartition
TopicPartitionInfo
Name |
Type |
Description |
|
Set the subset of the replicas that are in sync |
|
Set the node id of the node currently acting as a leader |
||
|
Set the partition id |
|
|
Set the complete set of replicas for this partition |