Crate redpanda_transform_sdk_sr

Source
Expand description

Redpanda Data Transforms Rust Schema Registry Client library.

Access to the Schema Registry built into Redpanda is available within data transforms. This client is the provided interface to read and write schemas within the registry.

Structs§

Reference
Reference is a way for one schema to reference another.
Schema
Schema is a schema that can be registered within Schema Registry
SchemaId
SchemaId is a type for the registered ID of a schema.
SchemaRegistryClient
A client for interacting with the Schema Registry within Redpanda.
SchemaVersion
SchemaVersion is the version of a schema for a subject within the Schema Registry.
SubjectSchema
SubjectSchema is a schema along with the subject, version and ID of the schema in the schema registry.

Enums§

SchemaFormat
SchemaFormat is an enum that represents the schema formats supported in the Schema Registry.
SchemaRegistryError
An error that can occur when interacting with the Schema Registry

Traits§

SchemaRegistryClientImpl
A client for interacting with the Schema Registry within Redpanda.

Functions§

decode_schema_id
encode_schema_id
extract_idDeprecated

Type Aliases§

Result
A result type for the Schema Registry where errors are SchemaRegistryError.