File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ point for custom logic is an implementation of `GrpcService`.
18
18
19
19
1 ) Consumers must be able to dynamically subscribe and unsubscribe from the live stream of BlockItems emitted by the
20
20
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.
22
22
2 ) Correct, in-order streaming delivery of BlockItems from a producer to all registered consumers.
23
23
3 ) Minimize latency between the producer and consumers.
24
24
4 ) Minimize CPU resources consumed by the producer and consumers.
You can’t perform that action at this time.
0 commit comments