Schema registry for data governance
Open
api
design
enhancement
server
- Dominant language
- Rust
- Stars
- 4.9k
- Forks
- 432
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 173
Description
**Title:** `Schema registry for data governance`
**Description:**
Support for schema evolution and validation.
**Proposed Solution:**
```java
SchemaRegistry registry = client.schemaRegistry();
int schemaId = registry.register("topic-value", avroSchema);
Schema schema = registry.getLatestSchema("topic-value");
```
Contributor guide
Research direction
The issue does not name any files, tests, or entry points. Start by locating the client and messaging-schema components, then determine the intended scope for schema registration, evolution, and validation; done criteria are not specified in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend-api-design, data-engineering
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100