@@ -1417,8 +1417,8 @@ There are two types of Fetch messages:
1417
1417
Standalone Fetch (0x1) : A Fetch of Objects performed independently of any Subscribe.
1418
1418
1419
1419
Joining Fetch (0x2) : A Fetch joined together with a Subscribe. A Joining Fetch
1420
- shares the same Subscribe ID as an already-sent Subscribe. A publisher receiving a Joining
1421
- Fetch should use properties of the associated Subscribe to determine the Track Namespace,
1420
+ shares the same Subscribe ID as an already-sent Subscribe. A publisher receiving a Joining
1421
+ Fetch should use properties of the associated Subscribe to determine the Track Namespace,
1422
1422
Track, StartGroup, StartObject, EndGroup, and EndObject for the Joining Fetch such that it is
1423
1423
contiguous with the associated Subscribe and begins Previous Group Count prior.
1424
1424
@@ -1466,8 +1466,8 @@ Fields common to all Fetch Types:
1466
1466
is a variable length integer that MUST be unique and monotonically increasing
1467
1467
within a session. For a Standalone Fetch a new Subscribe ID MUST be used. For
1468
1468
a Joining Fetch, the Subscribe ID MUST correspond to a Subscribe which has already
1469
- been sent. If a publisher receives a Joining Fetch with a Subscribe ID that does
1470
- not correspond to an existing Subscribe, it MUST close the session with an
1469
+ been sent. If a publisher receives a Joining Fetch with a Subscribe ID that does
1470
+ not correspond to an existing Subscribe, it MUST close the session with an
1471
1471
Invalid Subscribe ID error.
1472
1472
1473
1473
* Subscriber Priority: Specifies the priority of a fetch request relative to
0 commit comments