Simple / light HTTP client library (using requests) to manipulate schemas and definitions into Schema Registry.
Very simple example to manipulate the schema registry and its resources.
from kafka_schema_registry_admin import SchemaRegistry registry = SchemaRegistry("http://localhost:8081") subjects = registry.get_all_subjects() schemas = registry.get_all_schemas()