This is an automated email from the ASF dual-hosted git repository.
fcsaky pushed a commit to branch v6.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git
The following commit(s) were added to refs/heads/v6.0 by this push:
new 03def76 [hotfix][docs] Fix `kinesis.md` syntax error and update
`kinesis.yml`
03def76 is described below
commit 03def76e5fc8164fc50a6ed7d381ca91f329c570
Author: Ferenc Csaky <[email protected]>
AuthorDate: Mon Feb 9 07:04:17 2026 +0100
[hotfix][docs] Fix `kinesis.md` syntax error and update `kinesis.yml`
---
docs/content/docs/connectors/datastream/kinesis.md | 1 +
docs/data/kinesis.yml | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/content/docs/connectors/datastream/kinesis.md
b/docs/content/docs/connectors/datastream/kinesis.md
index 0cbc47d..4de7d35 100644
--- a/docs/content/docs/connectors/datastream/kinesis.md
+++ b/docs/content/docs/connectors/datastream/kinesis.md
@@ -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.
diff --git a/docs/data/kinesis.yml b/docs/data/kinesis.yml
index 5515819..e6dba2d 100644
--- a/docs/data/kinesis.yml
+++ b/docs/data/kinesis.yml
@@ -19,5 +19,5 @@
version: 6.0.0
flink_compatibility: [ "2.0" ]
variants:
- - maven: flink-connector-kinesis
- sql_url:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-kinesis/$full_version/flink-sql-connector-kinesis-$full_version.jar
+ - maven: flink-connector-aws-kinesis-streams
+ sql_url:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-aws-kinesis-streams/$full_version/flink-sql-connector-aws-kinesis-streams-$full_version.jar