Expand description
An internal crate providing shared types for Redpanda’s Data Transforms Schema Registry client.
If you are looking to use Schema Registry within transforms you probably want crate redpanda-transform-sdk-sr. These types are re-exported there for usage.
Structs§
- Reference
- Reference is a way for one schema to reference another.
- Schema
- Schema is a schema that can be registered within Schema Registry
- Schema
Id - SchemaId is a type for the registered ID of a schema.
- Schema
Version - SchemaVersion is the version of a schema for a subject within the Schema Registry.
- Subject
Schema - SubjectSchema is a schema along with the subject, version and ID of the schema in the schema registry.
Enums§
- Schema
Format - SchemaFormat is an enum that represents the schema formats supported in the Schema Registry.
- Schema
Registry Error - An error that can occur when interacting with the Schema Registry
Traits§
- Schema
Registry Client Impl - A client for interacting with the Schema Registry within Redpanda.
Type Aliases§
- Result
- A result type for the Schema Registry where errors are SchemaRegistryError.