We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15dbde0 commit 1781f89Copy full SHA for 1781f89
lambda-events/src/event/kafka/mod.rs
@@ -28,7 +28,7 @@ pub struct KafkaRecord {
28
pub timestamp_type: Option<String>,
29
pub key: Option<String>,
30
pub value: Option<String>,
31
- pub headers: Vec<HashMap<String, Vec<u8>>>,
+ pub headers: Vec<HashMap<String, Vec<i8>>>,
32
}
33
34
#[cfg(test)]
0 commit comments