Expand description
Confluent Schema Registry client.
SchemaRegistryClient provides a lightweight async REST client for
the Confluent Schema Registry API, with in-memory caching, arrow
schema conversion, and compatibility checking.
Structs§
- Cached
Schema - A cached schema entry from the Schema Registry.
- Compatibility
Result - Result of a compatibility check.
- Schema
Registry Cache Config - Configuration for the Schema Registry cache.
- Schema
Registry Client - Async client for the Confluent Schema Registry REST API.
Enums§
- Schema
Type - Schema type as reported by the Schema Registry.
Functions§
- arrow_
to_ avro_ schema - Converts an Arrow [
SchemaRef] to an Avro JSON schema string. - avro_
to_ arrow_ schema - Converts an Avro JSON schema string to an Arrow [
SchemaRef].