Resubmit log events to Kafka
POST/api/logs/resubmit
Re-produce the payload of each given DATA record onto its originating topic, so the owning node picks it up again as a new queued message.
payloads optionally replaces individual message bodies with an edited
version for this resubmission only; an edit the caller may not make (see
log_resubmit_service) is skipped like any other unusable id rather than
quietly resubmitting the original.
Non-DATA records, missing records, and records with no archived payload
are skipped rather than erroring the whole request. Returns
{ "resubmitted": int, "results": [{event_id, status, reason}] }.
Request
Responses
- 200
- 422
- 500
- 503
Successful Response
Validation Error
Resubmit failed
Kafka broker unavailable