Crate redpanda_transform_sdk_types

Source
Expand description

An internal crate providing shared types for Redpanda’s Data Transforms.

If you are looking to use transforms you probably want crate redpanda-transform-sdk. These types are re-exported there for usage.

Structs§

BorrowedHeader
A zero-copy BorrowedRecord header.
BorrowedRecord
A zero-copy representation of a Record within Redpanda.
Record
A record in Redpanda.
RecordHeader
A key value pair attached to a Record.
RecordWriter
A struct that writes transformed records to the output topic..
WriteEvent
An event generated after a write event within the broker.
WriteOptions
Allows you to customize a RecordWriter’s write.
WrittenRecord
A written Record within Redpanda.

Enums§

WriteError
An error that can occur when writing records to the output topic.

Traits§

RecordSink
An internal trait that can receive a stream of records and output them a destination topic.