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