redpanda-data / redpanda-data/console
unable to set topic configuration
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
- redpanda console version: v2.3.1
- kafka cluster version: 2.0.1
in redpanda console's topics configuration config page: http://host:8080/topics/topic?p=-1&s=50&o=-1#configuration, we want to set topic's retention.ms to 4days from 3days, the response is
Failed to edit topic config: failed to request alter configs: broker is too old; the broker has already indicated it will not know how to handle the request","error":"failed to edit topic config: failed to request alter configs: broker is too old; the broker has already indicated it will not know how to handle the request
It means kafka cluster's version is too low? What's the lowest kafka cluster version supported? Where can i get the compatibility?
Thanks for any response!
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 the topic configuration page and reproduce editing retention.ms from three to four days against Kafka 2.0.1. Trace the alter-config request and compare the broker compatibility behavior; done means the supported Kafka version range is established and the UI either handles the request or clearly reports the compatibility limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100