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
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.
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.

Type Aliases§

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