Skip to main content

Module server

Module server 

Source
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§

SchemaServer
Schema Registry HTTP Server
ServerConfig
Server configuration
ServerState
Shared server state

Enums§

RegistryMode
Registry mode