分布式消息服务RocketMQ版-查询消费列表或详情:响应参数

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

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

topics

Array of strings

Topic列表(当查询topic消费“列表”时才显示此参数)。

total

Integer

Topic总数(当查询topic消费“列表”时才显示此参数)。

brokers

Array of Brokers objects

Topic关联代理(当查询topic消费“详情”才显示此参数)。

表4 Brokers

参数

参数类型

描述

broker_name

String

Topic关联代理名称

queues

Array of Queue objects

关联代理的队列详情

表5 Queue

参数

参数类型

描述

id

Integer

队列ID

lag

Long

队列消费堆积总数

broker_offset

Long

队列消息总数

consumer_offset

Long

已消费消息数

last_message_time

Long

最新消费消息的存储时间,unix毫秒时间戳格式

support.huaweicloud.com/api-hrm/ShowConsumerListOrDetails.html