Skip to main content

Subscriptionpartitionstats

Represents a subscription statistics of one partition

consumer_lag_secondsint64

The consumer lag in seconds.

partitionstring

The partition id.

statestring

The state of the partition.

Subscriptionpartitionstats
{
"consumer_lag_seconds": 0,
"partition": "string",
"state": "string"
}