From de7b7466737f3c4234fed4eb33cff71bfce07c78 Mon Sep 17 00:00:00 2001 From: ClemensLinnhoff Date: Thu, 16 May 2024 11:02:19 +0200 Subject: [PATCH] Add note to streaming update Signed-off-by: ClemensLinnhoff --- osi_streamingupdate.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osi_streamingupdate.proto b/osi_streamingupdate.proto index 7445fdca2..78f634090 100644 --- a/osi_streamingupdate.proto +++ b/osi_streamingupdate.proto @@ -82,5 +82,7 @@ message StreamingUpdate // Entities that will no longer be updated, because they are considered // obsolete by the sender. // + // \note Referenced IDs are globally unique. + // repeated Identifier obsolete_id = 9; }