Skip to content

Commit

Permalink
doc: add "nav" for fallback-sink (#1694)
Browse files Browse the repository at this point in the history
Signed-off-by: Vigith Maurice <[email protected]>
  • Loading branch information
vigith authored and whynowy committed Apr 22, 2024
1 parent 1df3b09 commit 59e4b45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/user-guide/sinks/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ supported by the platform's built-in sinks. As an example, once we have processe
we can use Elasticsearch as a User defined sink to store the processed data and enable search and
analysis on the data.

## Fallback Sink (DLQ)

There is an explicit DLQ support for sinks using a concept called [fallback sink](fallback.md). For the rest of vertices,
if you need DLQ, please use [conditional-forwarding](../reference/conditional-forwarding.md).
Sink cannot not do conditional-forwarding since it is a terminal state and hence we have explicit fallback option.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ nav:
- user-guide/sinks/log.md
- user-guide/sinks/blackhole.md
- User Defined Sinks: "user-guide/sinks/user-defined-sinks.md"
- Fallback Sink: "user-guide/sinks/fallback.md"
- User Defined Functions:
- Overview: "user-guide/user-defined-functions/user-defined-functions.md"
- Map:
Expand Down

0 comments on commit 59e4b45

Please sign in to comment.