分布式消息服务ROCKETMQ版-查询消费者列表:响应示例
时间:2025-04-25 17:27:59
响应示例
状态码: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
推荐文章