Skip to main content

Subscriptionstats

Represents a subscription statistics of each partition

partitions object[]

The list of partition statistics.

  • Array [
  • consumer_lag_secondsint64

    The consumer lag in seconds.

    partitionstring

    The partition id.

    statestring

    The state of the partition.

  • ]
  • Subscriptionstats
    {
    "partitions": [
    {
    "consumer_lag_seconds": 0,
    "partition": "string",
    "state": "string"
    }
    ]
    }