Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
galeaspablo authored Dec 3, 2024
1 parent 6ba57bd commit 6a46c1c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,8 @@ Data destination endpoints will then receive payloads, in parallel (per partitio
"event_name": "UserSignedUp",
"aggregate_id": "420ac19b-1cd3-4c9c-b8d4-56bdd936ca38",
"aggregate_version": 1,
"json_payload": {
"name": "John Doe",
"email": "[email protected]"
},
"json_metadata": {
"ip_address": "192.168.1.1",
"user_agent": "Mozilla/5.0"
},
"json_payload": "{\"name\": \"John Doe\",\"email\": \"[email protected]\"}",
"json_metadata": "{\"ip_address\": \"192.168.1.1\",\"user_agent\": \"Mozilla/5.0\"}",
"recorded_on": "2024-12-03T12:00:00Z",
"causation_id": "e7b3a07c-4a90-4fc3-8243-7c90a33a6f4e",
"correlation_id": "e7b3a07c-4a90-4fc3-8243-7c90a33a6f4e"
Expand Down

0 comments on commit 6a46c1c

Please sign in to comment.