Move a node's position in its queue
POST/api/reposition_queue
Sets where a stopped node resumes reading its input topics.
earliest replays everything the broker still retains, latest skips
everything queued, and offset moves only the partitions named - the
message at that offset is the next one the node processes. Returns 409 if
the node is still running, since Kafka refuses an offset change while the
consumer group has a member.
Request
Responses
- 200
- 400
- 404
- 409
- 422
- 503
Successful Response
Bad request: node has no queue, or an offset is out of range
Node not found
Stop the node before repositioning its queue
Validation Error
Kafka broker unavailable