Skip to main content

consumers_lags

Overview

Nameconsumers_lags
TypeResource
Idconfluent.kafka.consumers_lags

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource and then invoke a supported method using the EXEC command

Methods

NameAccessible byRequired ParamsDescription
get_kafka_consumer_lagEXECcluster_id, consumer_group_id, partition_id, topic_nameGenerally Available Available in dedicated clusters only

Return the consumer lag on a partition with the given partition_id.
list_kafka_consumer_lagsEXECcluster_id, consumer_group_idGenerally Available Available in dedicated clusters only

Return a list of consumer lags of the consumers belonging to the
specified consumer group.