redpanda-data / redpanda-data/connect
PANIC exchangeDeclareArgs
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 8.8k
- Forks
- 969
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 64
Description
Here exchangeDeclareArgs = nil, so if we try to save in nil map we will get panic
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 at internal/impl/amqp09/output.go around line 255 and inspect the exchange declaration path when exchangeDeclareArgs is nil. Exercise the AMQP output path with that condition and verify that saving or declaring exchanges no longer panics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- stream-processing
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100