Skip to content

Commit feec28f

Browse files
authored
Update MSKFirehoseEvent.java
Removed the event structure, we do not have documents stating the event structure for this case.
1 parent 24e1b10 commit feec28f

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,6 @@
1111

1212
/**
1313
* Created by vermshas on 6/28/24.
14-
* {
15-
* "invocationId": "",
16-
* "sourceMSKArn": "",
17-
* "deliveryStreamArn": "",
18-
* "region": "us-east-1",
19-
* "records": [
20-
* {
21-
* "recordId": "00000000000000000000000000000000000000000000000000000000000000",
22-
* "approximateArrivalTimestamp": 1716369573887,
23-
* "mskRecordMetadata": {
24-
* "offset": "0",
25-
* "partitionId": "1",
26-
* "approximateArrivalTimestamp": 1716369573887
27-
* },
28-
* "kafkaRecordValue": ""
29-
* }
30-
* ]
31-
* }
3214
*/
3315

3416
@Data

0 commit comments

Comments
 (0)