From: Kai Moritz Date: Tue, 14 Oct 2025 21:14:14 +0000 (+0200) Subject: feat: Refined pact between `UserService` and `ChatBackendController` X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fpacts;p=demos%2Fkafka%2Fchat feat: Refined pact between `UserService` and `ChatBackendController` * Added subscriptions to the expected data of an existing `User`. --- diff --git a/UserService-ChatBackendController.json b/UserService-ChatBackendController.json index f1bd4880..da81944e 100644 --- a/UserService-ChatBackendController.json +++ b/UserService-ChatBackendController.json @@ -42,7 +42,15 @@ "body": { "content": { "id": "5c73531c-6fc4-426c-adcb-afc5c140a0f7", - "shard": 2 + "shard": 2, + "subscriptions": { + "chatroom": { + "id": "5c73531c-6fc4-426c-adcb-afc5c140a0f7", + "name": "FOO", + "shard": 2 + }, + "nickname": "Peter" + } }, "contentType": "application/json", "encoded": false