From 554cbdd3135fc7ab7c48f7103b0f36bddc6e46b2 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 14 Apr 2026 14:14:29 +0100 Subject: [PATCH] Specify num partitions won't change at runtime --- doc/specific_iocs/datastreaming/Datastreaming-Topics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/specific_iocs/datastreaming/Datastreaming-Topics.md b/doc/specific_iocs/datastreaming/Datastreaming-Topics.md index 880381853..117430480 100644 --- a/doc/specific_iocs/datastreaming/Datastreaming-Topics.md +++ b/doc/specific_iocs/datastreaming/Datastreaming-Topics.md @@ -16,7 +16,7 @@ Flatbuffers schemas in this topic: ## `_rawEvents` -Partitions: variable +Partitions: variable (will not change at runtime) This contains _raw_ events (`ev44` schema) and metadata (`pu00`) schema, as emitted by the streaming control board and the individual detector modules. @@ -27,7 +27,7 @@ Flatbuffers schemas in this topic: ## `_events` -partitions: variable +Partitions: variable (will not change at runtime) This contains _aggregated_ event data. "Aggregated data" means that the metadata for each frame has been merged, and events concatenated from a large number of small messages to a smaller number of larger messages.