Skip to main content

Subscriptionstatsresponse

Represents a subscription statistics

items object[]

Consumer statistics per partition.

  • Array [
  • 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.

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