diff --git a/specification/20_client_server_api.rst b/specification/20_client_server_api.rst index 5adfe135..7e06cdd0 100644 --- a/specification/20_client_server_api.rst +++ b/specification/20_client_server_api.rst @@ -358,6 +358,9 @@ events which are visible to the client will appear in the event stream. When the request returns, an ``end`` token is included in the response. This token can be used in the next request to continue where the client left off. +All events must be deduplicated based on their event ID (TODO: is this actually a +hard requirement in CS v2?) + .. TODO-spec How do we filter the event stream? Do we ever return multiple events in a single request? Don't we get lots of request