redpanda-data / redpanda-data/connect
Incorrect default Redis port when creating configuration
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 8.8k
- Forks
- 969
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 64
Description
When creating a new Redis-based configuration, port 6397 is suggested rather than the default 6379:
benthos create redis_pubsub | grep url
Output:
url: redis://:6397 # No default (required)
This also applies to the website documentation, and affects redis_pubsub, redis_list, and redis_streams 😅 as a quick grep shows quite a few all around.
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
Run the shown benthos create redis_pubsub command, then grep the configuration templates and website documentation for the incorrect port. Check the redis_pubsub, redis_list, and redis_streams configurations, and verify that each suggests 6379 rather than 6397.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, redis
- Domain
- cli, documentation, stream-processing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100