You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: VERIFICATION.md
-23Lines changed: 0 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,5 @@
1
1
# Verification
2
2
3
-
**NOTE** - For all kafka message below, update the topic to be the one set in config.UBAHN_AGGREGATE_TOPIC and inside the payload object, create a new attribute named `originalTopic` with the value of the original topic. Example:
4
-
5
-
```
6
-
{
7
-
"topic": "u-bahn.action.aggregate",
8
-
"originator": "u-bahn-api",
9
-
"timestamp": "2019-07-08T00:00:00.000Z",
10
-
"mime-type": "application/json",
11
-
"payload": {
12
-
"originalTopic": "u-bahn.action.create"
13
-
"resource": "user",
14
-
"id": "391a3656-9a01-47d4-8c6d-64b68c44f212",
15
-
"handle": "user"
16
-
}
17
-
}
18
-
```
19
-
20
-
Additionally, you will be entering the messages into only one topic:
0 commit comments