POST /consumerheartbeat?topic_id=xxxx-xx-xx-xx-xxxx HTTP/1.1Host: <Region>.cls.tencentyun.comContent-Type: application/jsonAuthorization: <AuthorizationString>{"consumer_group": "cls_demo_consumer_group", "consumer_id": "consumer_id", "partition_id_list": []}
Field Name | Type | Location | Required | Description |
topic_id | string | query | Yes | Log topic ID of consumer group |
consumer_group | string | body | Yes | Consumer group name |
consumer_id | string | body | Yes | Consumer name |
partition_id_list | array | body | Yes | List of partitions consumed by consumer |
HTTP/1.1 200 OKContent-Type: application/jsonContent-Length: 123{"partition_id_list":[4,5]}
Field Name | Type | Required | Description |
partition_id_list | array | Yes | List of partitions consumable by consumer |
Feedback