分布式消息服务KAFKA版-查询分区指定偏移量的消息:响应参数

时间:2024-01-24 16:40:33

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

message

Array of ShowPartitionMessageEntity objects

消息列表。

表4 ShowPartitionMessageEntity

参数

参数类型

描述

key

String

消息的key。

value

String

消息内容。

topic

String

Topic名称。

partition

Integer

分区编号。

message_offset

Long

消息位置。

size

Integer

消息大小,单位字节。

timestamp

Long

生产消息的时间。 格式为Unix时间戳。单位为毫秒。

support.huaweicloud.com/api-kafka/ShowPartitionMessage.html