应用与数据集成平台 ROMA CONNECT-重置消费组消费进度到指定位置:请求示例

时间:2023-11-29 17:31:00

请求示例

  • POST https://{endpoint}/v2/{engine}/{project_id}/instances/{instance_id}/groups/{group_id}/reset-message-offset
    
    {
      "topic" : "test",
      "partition" : 0,
      "message_offset" : 10
    }
  • POST https://{endpoint}/v2/{engine}/{project_id}/instances/{instance_id}/groups/{group_id}/reset-message-offset
    
    {
      "topic" : "test",
      "partition" : 0,
      "timestamp" : 1571812144000
    }
support.huaweicloud.com/api-roma/ResetMessageOffset.html