You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ As noted in the [Effect of ChangeFeed on Request Charges](https://github.com/jet
84
84
85
85
Propulsion provides components that enable implementing such a strategy:
86
86
- 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`
88
88
89
89
It's important to consider deferring the running projections "over a longer wire" until the last responsible moment given:
90
90
- 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