Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af088f7

Browse files
author
Peiyu Wu
committedJul 22, 2021
Add headers in KafkaEventRecord
1 parent 3ab2213 commit af088f7

File tree

1 file changed

+1
-0
lines changed
  • aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events

1 file changed

+1
-0
lines changed
 

‎aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/KafkaEvent.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public static class KafkaEventRecord {
4242
private String timestampType;
4343
private String key;
4444
private String value;
45+
private List<Map<String, byte[]>> headers;
4546
}
4647

4748
@Data

0 commit comments

Comments
 (0)
Please sign in to comment.