redpanda-data / redpanda-data/redpanda
Change the Schema Registry topic name
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 12.6k
- Forks
- 792
- PR merge metrics
- No merged PRs in 30d
Description
At the moment the Schema Registry's internal topic name is fixed to _schemas. Having the ability to use a topic with a different name would allow an external Schema Registry's topic (e.g. _schemas_schemaregistry_confluent) to be replicated to Redpanda and used by Redpanda's native Schema Registry without modifying the topic name.
JIRA Link: CORE-1136
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
No files or tests are named. Start by locating the Schema Registry code and configuration that fixes the internal topic to _schemas; trace how the topic is used for replication and native registry operations. Done means a configurable topic name allows an external Schema Registry topic to be replicated and used without renaming it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, kafka
- Domain
- backend-api-design, stream-processing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100