Skip to content

Commit

Permalink
docs: Reference state partitioning in stream partitioning page (#2556)
Browse files Browse the repository at this point in the history
* docs: Reference state partitioning in stream partitioning page

* Fix extension
  • Loading branch information
edgarrmondragon authored Jul 20, 2024
1 parent 4cafb6f commit 4ace75a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/partitioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
The Tap SDK supports stream partitioning, meaning a set of substreams
which each have their own state and their own distinct queryable domain.

You can read more about state partitioning in the
[State Implemetation](./implementation/state.md#partitioned-state) explanation
document.

## If you do not require partitioning

In general, developers can simply ignore the [`context`](./context_object.md) arguments
Expand Down

0 comments on commit 4ace75a

Please sign in to comment.