Skip to content

Commit

Permalink
[hotfix][docs] Remove buggy doc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hlteoh37 committed Nov 12, 2024
1 parent ff51cbd commit 759df5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/connectors/datastream/kinesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ the source does not fail, and will start reading from the earliest possible even

If users want to restore a Flink job from an existing checkpoint or savepoint but want to respect the configured starting position of
the stream, users can change the `uid` of the `KinesisStreamsSource` operator to effectively restore this operator without state.
This is in line with [Flink best practices]({{< ref "docs/ops/production_ready/#set-uuids-for-all-operators" >}}).
This is in line with Flink best practices.

### Shard Assignment Strategy
For most use cases, users would prefer a uniform distribution of records across parallel subtasks. This prevents data skew if data is evenly distributed in the Kinesis Data Stream.
Expand Down

0 comments on commit 759df5b

Please sign in to comment.