This is an automated email from the ASF dual-hosted git repository. aljoscha pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git.
from aacf079 [hotfix] Revert "[FLINK-15992][kafka][es] Use thread context classloader when finding TableFormatFactory (#11064)" add 692fe55 [FLINK-15999][doc] Add outline of new concepts section add 852834b [FLINK-15999][doc] Move explanation of DAGs/Dataflows from programming-model.md to stream-processing.md add c38315d [FLINK-15999][doc] Clean up DAG/parallel DAG section in concepts doc add 019e3b2 [FLINK-15999][doc] Move state introduction from programming-model.md to stateful-stream-processing.md and clean up add 2c6fce8 [FLINK-15999][doc] Move checkpointing introduction from programming-model.md to stateful-stream-processing.md add 1c1acf7 [FLINK-15999][doc] Move batch-fault-tolerance from programming-model.md to stateful-stream-processing.md add e1d09e4 [FLINK-15999][doc] Remove distinction between managed and raw state from state.md add 2ed9885 [FLINK-15999][doc] Move keyed state/operator state explanation from api doc to concepts add 1714379 [FLINK-15999][doc] Move broadcast state explanation from api doc to concepts add ce74513 [FLINK-15999][doc] Move checkpointing doc from internals to concepts add ef23c35 [FLINK-15999][doc] Update newly moved checkpointing concepts section add 2c4a7c3 [FLINK-15999][doc] Add TODOs to state concepts section add 4382399 [FLINK-15999][doc] Rename time concepts section to "Timely Stream Processing" add 8d7c0db [FLINK-15999][doc] Move time and windows section from programming-model.md to timely-stream-processing.md add 3ac8430 [FLINK-15999][doc] Fix formatting and links in timely-stream-processing.md add e4c74f4 [FLINK-15999][doc] Move relevant sections from event_time.md to timely-stream-processing.md add 5d92a82 [FLINK-15999][doc] Add reference to windowing and ProcessFunction doc in event_time.md add 36c3247 [FLINK-15999][doc] Remove "Low-level Operations" from ProcessFunction documentation add 45de303 [FLINK-15999][doc] Add TODOs in timely-stream-processing.md add 4a13e62 [minor] Remove outdated components(.zh).md add c5468da [FLINK-15999][doc] Move state backend and savepoint doc from runtime.md to stateful-stream-processing.md add 938b64d [FLINK-15999][doc] Move flink components doc from runtime.md to flink-architecture.md add 3608a6d [FLINK-15999][doc] Move remaining text from runtime.md to flink-architecture.md add d744724 [FLINK-15999][doc] Remove "Asynchronous State Snapshots" section from concepts add a681389 [FLINK-15999][doc] Remove "ingestion time" from concepts section add ac4e757 [FLINK-15999][doc] Remove "operator state" from concepts section add 87e6cc2 [FLINK-15999][doc] Remove programming-model section and incorporate into overview add a26b75f [FLINK-15999][doc] Update/remove outdated information in concepts section No new revisions were added by this update. Summary of changes: docs/concepts/flink-architecture.md | 132 ++++++++ docs/concepts/glossary.md | 2 +- docs/concepts/glossary.zh.md | 2 +- docs/concepts/index.md | 58 +++- docs/concepts/index.zh.md | 58 +++- docs/concepts/programming-model.md | 217 ------------- docs/concepts/programming-model.zh.md | 217 ------------- docs/concepts/runtime.md | 127 -------- docs/concepts/runtime.zh.md | 99 ------ docs/concepts/stateful-stream-processing.md | 340 ++++++++++++++++++++ docs/concepts/stream-processing.md | 96 ++++++ docs/concepts/timely-stream-processing.md | 211 +++++++++++++ docs/dev/event_time.md | 141 +-------- docs/dev/stream/operators/process_function.md | 2 +- docs/dev/stream/operators/process_function.zh.md | 2 +- docs/dev/stream/state/broadcast_state.md | 15 +- docs/dev/stream/state/index.md | 21 +- docs/dev/stream/state/state.md | 105 +++---- docs/fig/event_ingestion_processing_time.svg | 375 ----------------------- docs/fig/event_processing_time.svg | 18 ++ docs/fig/processes.svg | 2 +- docs/fig/times_clocks.svg | 368 ---------------------- docs/internals/components.md | 59 ---- docs/internals/components.zh.md | 59 ---- docs/internals/stream_checkpointing.md | 173 ----------- docs/internals/stream_checkpointing.zh.md | 173 ----------- 26 files changed, 979 insertions(+), 2093 deletions(-) create mode 100644 docs/concepts/flink-architecture.md delete mode 100644 docs/concepts/programming-model.md delete mode 100644 docs/concepts/programming-model.zh.md delete mode 100644 docs/concepts/runtime.md delete mode 100644 docs/concepts/runtime.zh.md create mode 100644 docs/concepts/stateful-stream-processing.md create mode 100644 docs/concepts/stream-processing.md create mode 100644 docs/concepts/timely-stream-processing.md delete mode 100644 docs/fig/event_ingestion_processing_time.svg create mode 100644 docs/fig/event_processing_time.svg delete mode 100644 docs/fig/times_clocks.svg delete mode 100644 docs/internals/components.md delete mode 100644 docs/internals/components.zh.md delete mode 100644 docs/internals/stream_checkpointing.md delete mode 100644 docs/internals/stream_checkpointing.zh.md