分布式消息服务ROCKETMQ版-重置消费进度:请求示例
时间:2025-04-25 17:27:59
请求示例
重置topic_01主题的消费进度到指定时间点。
POST https://{endpoint}/v2/{engine}/{project_id}/instances/{instance_id}/groups/{group_id}/reset-message-offset { "topic" : "topic_01", "timestamp" : 1662652800000 }
support.huaweicloud.com/api-hrm/ResetConsumeOffset.html
推荐文章