No description
  • Go 85.4%
  • Rust 14.6%
Find a file
Ricardo Machado eb4dd15edd Split records by JSON end of object.
Added topic for invalid messages.
2025-10-13 18:24:29 +01:00
csv Adjustments to try to reduce memory allocation, 2025-10-06 19:16:24 +01:00
pcmd_split Split records by JSON end of object. 2025-10-13 18:24:29 +01:00
pcmd_split_rust Adjustments and tests 2025-10-03 16:43:16 +01:00
.gitignore Adjustments and tests 2025-10-03 16:43:16 +01:00
README.md Initial import 2025-10-03 09:54:18 +01:00

Redpanda Golang WASM Transform

To get started you first need to have at least go 1.20 installed.

You can get started by modifying the transform.go file with your logic.

Once you're ready to test out your transform live you need to:

  1. Make sure you have a container running via rpk container start
  2. Run rpk transform build
  3. Create your topics via rpk topic create
  4. Run rpk transform deploy
  5. Then use rpk topic produce and rpk topic consume to see your transformation live!