Interface: ConsumerGroupOffset

September 8, 2026 ยท View on GitHub

xk6-kafka


Interface: ConsumerGroupOffset

Defined in: index.d.ts:305

One topic-partition offset captured for a consumer group.

Properties

offset

offset: number

Defined in: index.d.ts:309

Loses integer precision above 2532^{53}253; only a concern for extremely large offsets.


partition

partition: number

Defined in: index.d.ts:307


topic

topic: string

Defined in: index.d.ts:306

Contents

  1. 1Properties
  2. 1.1offset
  3. 1.2partition
  4. 1.3topic