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 is a way for one schema to reference another.
  • Schema is a schema that can be registered within Schema Registry
  • SchemaId is a type for the registered ID of a schema.
  • A client for interacting with the Schema Registry within Redpanda.
  • SchemaVersion is the version of a schema for a subject within the Schema Registry.
  • SubjectSchema is a schema along with the subject, version and ID of the schema in the schema registry.

Enums§

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

Traits§

Functions§

Type Aliases§

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