AWSLambdaEvents::Kafka::Record
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
decoded_key
Sourcedecoded_value
Sourceheaders
Kafka serialises header byte arrays as JSON arrays of signed int8 values
(e.g. [-7, 65, ...]), not base64. Reinterpret with .to_u8! for raw bytes.
key
Sourceoffset
Sourcepartition
Sourcetimestamp
Sourcetimestamp_type
Sourcetopic
Sourcevalue
Source