PUT /consumergroup?topic_id=xxxx-xx-xx-xx-xxxxxxxx&consumer_group=xxxxx HTTP/1.1Host: <Region>.cls.tencentyun.comContent-Type: application/jsonAuthorization: <AuthorizationString>{"timeout": 3600, "order": true}
Field Name | Type | Location | Required | Description |
topic_id | string | query | Yes | Log topic ID of consumer group |
consumer_group | string | query | Yes | Consumer group name |
timeout | int | body | No | Consumer group timeout period. If no heartbeat is received in timeout seconds, the system will delete the consumer group |
order | bool | body | No | Whether to consume sequentially |
HTTP/1.1 200 OKContent-Type: application/jsonContent-Length: 0
Feedback