From 5d177b0e188368922b79a5d18d7f3ff1cdc36022 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 24 Dec 2014 19:56:20 +0000 Subject: [PATCH] mention event deduplication --- specification/20_client_server_api.rst | 3 +++ 1 file changed, 3 insertions(+) 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