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 57a9a81 commit 5ba689eCopy full SHA for 5ba689e
samples/msk-firehose-event-handler/src/test/resources/event.json
@@ -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