redpanda-data / redpanda-data/connect
patch endpoint to support linting prior to stream update
Open
Nobody has claimed this yet.
bughancement
inputs
outputs
- Dominant language
- Go
- Stars
- 8.8k
- Forks
- 969
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 64
Description
When I tried to use the Stream Patch API, I have the mapping (in the request) with a method doesn’t exists (instead of uppercase() I gave ppercase()), it was gave me an plain text error with failed to parse bloblang mapping unrecognised method with 502 status code and my stream got deleted
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 Stream Patch API entry point and the code that applies stream updates. Reproduce the invalid Bloblang mapping case, then verify that linting rejects it before any stream update or deletion and returns an appropriate error response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, stream-processing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100