X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=chatRoomTo.json;fp=chatRoomTo.json;h=ae150343d1e4141c2c29777788e512cd8f876d3d;hb=79808e7cc9a044a02b49c79521e4e41948a9cd13;hp=0000000000000000000000000000000000000000;hpb=236e6d115fb0c0d1ab54ea8e6acd31fad04986ee;p=demos%2Fkafka%2Fchat diff --git a/chatRoomTo.json b/chatRoomTo.json new file mode 100644 index 00000000..ae150343 --- /dev/null +++ b/chatRoomTo.json @@ -0,0 +1,31 @@ +{ + "_id": "5c73531c-6fc4-426c-adcb-afc5c140a0f7", + "name": "FOO", + "messages": [ + { + "_id": "peter--1", + "serial": 0, + "time": "2023-01-13T20:43:16.803382151", + "text": "Hallo, ich heiße Peter!" + }, + { + "_id": "ute--1", + "serial": 1, + "time": "2023-01-13T20:43:16.804049969", + "text": "Ich bin Ute..." + }, + { + "_id": "peter--2", + "serial": 2, + "time": "2023-01-13T20:43:16.804092782", + "text": "Willst du mit mir gehen?" + }, + { + "_id": "klaus--1", + "serial": 3, + "time": "2023-01-13T20:43:16.804122604", + "text": "Ja? Nein? Vielleicht??" + } + ], + "_class": "de.juplo.kafka.chat.backend.persistence.storage.mongodb.ChatRoomTo" +}