Skip to content

Commit

Permalink
[FLINK-15999][doc] Add TODOs to state concepts section
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoscha committed Feb 21, 2020
1 parent ef23c35 commit 2c4a7c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/concepts/stateful-stream-processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,10 @@ updates to that state.
See [Restart Strategies]({{ site.baseurl }}{% link dev/task_failure_recovery.md
%}#restart-strategies) for more information.

### State Backends

`TODO: add`

### Exactly Once vs. At Least Once

The alignment step may add latency to the streaming program. Usually, this
Expand All @@ -340,9 +344,12 @@ repartitioning/shuffle). Because of that, dataflows with only embarrassingly
parallel streaming operations (`map()`, `flatMap()`, `filter()`, ...) actually
give *exactly once* guarantees even in *at least once* mode.


{% top %}

## End-to-end Exactly-Once Programs

`TODO: add`

## State and Fault Tolerance in Batch Programs

Flink executes [batch programs](../dev/batch/index.html) as a special case of
Expand Down

0 comments on commit 2c4a7c3

Please sign in to comment.