Skip to content

Commit 5ba689e

Browse files
authored
Create event.json
Creating test event.
1 parent 57a9a81 commit 5ba689e

File tree

1 file changed

+18
-0
lines changed
  • samples/msk-firehose-event-handler/src/test/resources

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"invocationId": "12345621-4787-0000-a418-36e56Example",
3+
"sourceMSKArn": "",
4+
"deliveryStreamArn": "",
5+
"region": "us-east-1",
6+
"records": [
7+
{
8+
"recordId": "00000000000000000000000000000000000000000000000000000000000000",
9+
"approximateArrivalTimestamp": 1716369573887,
10+
"mskRecordMetadata": {
11+
"offset": "0",
12+
"partitionId": "1",
13+
"approximateArrivalTimestamp": 1716369573887
14+
},
15+
"kafkaRecordValue": "eyJOYW1lIjoiSGVsbG8gV29ybGQifQ=="
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)