Skip to content

Commit

Permalink
[hotfix][docs] Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hlteoh37 committed Nov 12, 2024
1 parent 8569206 commit 7ea56a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/docs/connectors/datastream/kinesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ val kinesisEvents = env.fromSource(kdsSource, WatermarkStrategy.forMonotonousTim
.uid("custom-uid")
```
{{< /tab >}}
{{< /tabs >}}

The above is a simple example of using the `KinesisStreamsSource`.
- The Kinesis stream being read from is specified using the Kinesis Stream ARN.
Expand Down

0 comments on commit 7ea56a1

Please sign in to comment.