Skip to main content

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

Successful Response