feat: Exposed all actuator-endpoints
[demos/kafka/chat] / chatRoomTo.json
1 {
2   "_id": "5c73531c-6fc4-426c-adcb-afc5c140a0f7",
3   "name": "FOO",
4   "messages": [
5     {
6       "_id": "peter--1",
7       "serial": 0,
8       "time": "2023-01-13T20:43:16.803382151",
9       "text": "Hallo, ich heiße Peter!"
10     },
11     {
12       "_id": "ute--1",
13       "serial": 1,
14       "time": "2023-01-13T20:43:16.804049969",
15       "text": "Ich bin Ute..."
16     },
17     {
18       "_id": "peter--2",
19       "serial": 2,
20       "time": "2023-01-13T20:43:16.804092782",
21       "text": "Willst du mit mir gehen?"
22     },
23     {
24       "_id": "klaus--1",
25       "serial": 3,
26       "time": "2023-01-13T20:43:16.804122604",
27       "text": "Ja? Nein? Vielleicht??"
28     }
29   ],
30   "_class": "de.juplo.kafka.chat.backend.persistence.storage.mongodb.ChatRoomTo"
31 }