Crate redpanda_transform_sdk_sr_types

source ·
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 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.
  • 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§

Type Aliases§

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