v50

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-0193273218.8 KB
Wasm Transforms

Deploy Transform

Initiate deployment of a new Wasm transform. This endpoint uses multipart/form-data encoding. Following deployment, a brief period is required before the Wasm transform becomes operational. Monitor the partition statuses to check whether the transform is active. This usually takes around 3s, but no longer than 10s.

put/v1/transforms

Response

Created

input_topic_namestring

Input topic to apply the transform to.

namestring

Name of transform.

output_topic_namesstring[]

Output topics to write the transform results to.

Example response

{
  "environment_variables": [
    {
      "key": "LOG_LEVEL",
      "value": "DEBUG"
    }
  ]
}