All Products
Search
Document Center

Simple Log Service:ConsumerGroup

Last Updated:Aug 28, 2026

Parameter

Type

Description

Example

object

The data structure of the consumer group.

name

string

The name of the consumer group.

test-consumer-group

timeout

integer

The timeout period. If no heartbeat is received from a consumer within this period, the consumer is deleted. Unit: seconds.

300

order

boolean

Whether to consume data in sequence. Valid values:

  • true: If a shard is split, data in the original shard is consumed first, and then data in the new shards is consumed at the same time. If shards are merged, data in the original shards is consumed first, and then data in the new shard is consumed.

  • false: Data in all shards is consumed at the same time. If a new shard is generated after a split or merge, data in the new shard is immediately consumed.

false