Examples of Interacting with Schema Registry
Schema Registry UI
You can use the Schema Registry UI to create schema groups, schema metadata, and add schema versions.
Schema Registry API
You can access the Schema Registry API Swagger documentation directly from the UI.
To do this, append your URL with: /swagger/
For example: http://localhost:9090/swagger/
Java Client
You can review the following GitHub repositories for examples of how to interact with the Schema Registry Java Client:
Kafka Serdes
See the following example of using the Schema Registry Kafka Serdes: