Skip to content

Commit 540a78d

Browse files
Update server/docs/design/bidi-producer-consumers-streaming.md
Co-authored-by: Joseph S. <[email protected]> Signed-off-by: Matt Peterson <[email protected]>
1 parent 46b7e5e commit 540a78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/docs/design/bidi-producer-consumers-streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ point for custom logic is an implementation of `GrpcService`.
1818

1919
1) Consumers must be able to dynamically subscribe and unsubscribe from the live stream of BlockItems emitted by the
2020
producer. When a consumer subscribes to the stream, they will begin receiving BlockItems at the start of the next Block.
21-
BlockItems transiting before the next Block will be discarded and not sent to the downstream consumer.
21+
BlockItems transiting before the start of the next Block will not be sent to that downstream consumer.
2222
2) Correct, in-order streaming delivery of BlockItems from a producer to all registered consumers.
2323
3) Minimize latency between the producer and consumers.
2424
4) Minimize CPU resources consumed by the producer and consumers.

0 commit comments

Comments
 (0)