Interface: ConsumerGroupOffset
September 8, 2026 ยท View on GitHub
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 ; 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