Expand description
HTTP Server for Schema Registry
Provides a Confluent-compatible REST API with optional authentication.
§Authentication
When the auth feature is enabled, the server supports:
- HTTP Basic Authentication
- Bearer Token authentication (OIDC/service accounts)
See crate::auth for configuration options.
Structs§
- Schema
Server - Schema Registry HTTP Server
- Server
Config - Server configuration
- Server
State - Shared server state
Enums§
- Registry
Mode - Registry mode