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: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Identity - Data Processor
2
2
3
+
Creates user in u-bahn when they sign up on Topcoder. Also updates their availability status in u-bahn based on their account activation status in Topcoder
5. Watch the app console. It will show message successfully handled. The log should look like:
15
+
```
16
+
info: user: tezsachin78033 created
17
+
debug: Sleeping for 1000 ms
18
+
info: external profile: 36ed815b-3da1-49f1-a043-aaed0a4e81ad created
19
+
debug: Sleeping for 1000 ms
20
+
info: user attribute: isAvailable created
21
+
debug: Sleeping for 1000 ms
22
+
info: user attribute: company created
23
+
debug: Sleeping for 1000 ms
24
+
info: user attribute: title created
25
+
debug: Sleeping for 1000 ms
26
+
info: user attribute: location created
27
+
debug: Sleeping for 1000 ms
28
+
info: user attribute: email created
29
+
debug: EXIT handle
30
+
debug: Successfully processed message
31
+
debug: Commiting offset after processing message
32
+
```
33
+
6. Now, write the following message: `{"topic":"identity.notification.create","originator":"identity-service","timestamp":"2019-07-08T00:00:00.000Z","mime-type":"application/json","payload":{"id":"10000001","modifiedBy":null,"modifiedAt":"2021-04-07T15:02:18.72Z","createdBy":null,"createdAt":"2021-04-07T15:02:18.72Z","handle":"theuserhandle","email":"[email protected]","firstName":"User","lastName":"Member","credential":{"activationCode":"ABCDEFGHIJK","resetToken":null,"hasPassword":true},"profiles":null,"status":"A","country":null,"regSource":null,"utmSource":null,"utmMedium":null,"utmCampaign":null,"roles":null,"ssoLogin":false,"active":true,"profile":null,"emailActive":true}}`
34
+
7. Watch the app console. It will show message successfully handled. The log should look like:
0 commit comments