From f45f29a1426b95f08c77680c2559d0347fb26fb8 Mon Sep 17 00:00:00 2001 From: saratorrey Date: Mon, 9 Aug 2021 07:28:46 -0500 Subject: [PATCH] Remove extra note --- axon-framework/events/event-processors/streaming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axon-framework/events/event-processors/streaming.md b/axon-framework/events/event-processors/streaming.md index 269d564b..54b36091 100644 --- a/axon-framework/events/event-processors/streaming.md +++ b/axon-framework/events/event-processors/streaming.md @@ -19,7 +19,7 @@ This solution works towards tracking the progress since the tokens specify the e > **Head or Tail?** > -> Note that the oldest token is located at the tail of the stream, and the latest (newest) token is positioned at the head of the stream. +> The oldest (very first) token is located at the tail of the stream, and the latest (newest) token is positioned at the head of the stream. Maintaining the progress through tokens makes a Streaming Processor 1. able to deal with stopping and starting the processor,