redpanda-data / redpanda-data/connect
Provide control/access to variables in the public Bloblang APIs
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 8.8k
- Forks
- 969
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 64
Description
It'd be cool if you could set Bloblang variables before invoking mappings, and also access the variables afterwards. This should be straight forward to add by complementing the existing mapping executor methods.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing mapping executor methods exposed by the public Bloblang APIs and read how they are currently invoked. Trace the surrounding API and tests, then establish how variables should be provided before mapping execution and retrieved afterward. Done means both operations are available through the public API with tests covering them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, stream-processing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100