apache / apache/iggy

Schema registry for data governance

Open
#2,207 2 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.