分布式消息服务KAFKA版-查询消息:请求示例

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

请求示例

  • 查询消息偏移量。

    GET https://{endpoint}/v2/{project_id}/instances/{instance_id}/messages?asc=false&end_time=1608609032042&limit=10&offset=0&start_time=1608608432042&topic=topic-test
  • 查询消息内容。

    GET https://{endpoint}/v2/{project_id}/instances/{instance_id}/messages?download=false&message_offset=0&partition=0&topic=topic-test
support.huaweicloud.com/api-kafka/ShowInstanceMessages.html