分布式消息服务RocketMQ版-查询消费者列表:响应示例

时间:2023-11-01 16:20:16

响应示例

状态码: 200

查询消费者订阅详情成功。

{  "group_name" : "test",  "online" : true,  "subscription_consistency" : true,  "total" : 1,  "next_offset" : -1,  "previous_offset" : -1,  "clients" : [ {    "client_id" : "192.168.0.1@consumer1",    "language" : "JAVA",    "version" : "V4_8_0",    "client_addr" : "192.168.0.1:65233",    "subscriptions" : [ {      "topic" : "topicA",      "type" : "TAG",      "expression" : "tagA"    } ]  } ]}
support.huaweicloud.com/api-hrm/ShowConsumerConnections.html