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§
- Borrowed
Header - A zero-copy
BorrowedRecord
header. - Borrowed
Record - A zero-copy representation of a
Record
within Redpanda. - Record
- A record in Redpanda.
- Record
Header - A key value pair attached to a
Record
. - Record
Writer - A struct that writes transformed records to the output topic..
- Write
Event - An event generated after a write event within the broker.
- Write
Options - Allows you to customize a
RecordWriter
’s write. - Written
Record - A written
Record
within Redpanda.
Enums§
- Write
Error - An error that can occur when writing records to the output topic.
Traits§
- Record
Sink - An internal trait that can receive a stream of records and output them a destination topic.