chiradip opened a new issue, #2207:
URL: https://github.com/apache/iggy/issues/2207
**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");
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]