|
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:
|
false |