Skip to content

Commit 0967836

Browse files
committed
Freshen/review comments/README
1 parent 626fb2c commit 0967836

File tree

4 files changed

+90
-89
lines changed

4 files changed

+90
-89
lines changed

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ As noted in the [Effect of ChangeFeed on Request Charges](https://github.com/jet
8484

8585
Propulsion provides components that enable implementing such a strategy:
8686
- A publisher that efficiently publishes events in a canonical format ('Kafka StreamSpans') (see the `proProjector` template), with stateful de-duplication of events (important given the fact that the bulk of appends involve an update to the Tip document, and the current form of the changefeed does not intrinsically expose the before and after states)
87-
- A consumer component that consumes and decodes the 'Kafka StreamSpans' for use by a `StreamsProjector`
87+
- A consumer component that consumes and decodes the 'Kafka StreamSpans' for use by a `StreamsSink`
8888

8989
It's important to consider deferring the running projections "over a longer wire" until the last responsible moment given:
9090
- making the availability and performance of your Reactions and Publishing contingent on the availability and performance of your Kafka cluster should not be considered lightly (introducing another component alongside the event store intrinsically reduces the achievable SLA of the system as a whole)

0 commit comments

Comments
 (0)