Transform file → Kafka events
POST/api/v1/transform/file-to-events
Upload a file and immediately parse it using the referenced spec. Each record
is published as a Kafka event to the specified topic. Returns a TransformResponse
with processing statistics including total, successful, failed, and auto-corrected
record counts.
The correlationId in the response can be used to query status later (though for
synchronous uploads the job is already complete when this endpoint returns).
Request
Responses
- 200
- 400
- 404
Transformation complete
Invalid request (missing required parts or invalid spec ID)
Spec not found