Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hotfix][docs] Fix description of new configuration table #185

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/content/docs/connectors/table/kinesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,23 +370,23 @@ Connector Options
<td>no</td>
<td style="word-wrap: break-word;">LATEST</td>
<td>String</td>
<td>Initial position to be used when reading from the table. See <a href="#start-reading-position">Start Reading Position</a> for details.</td>
<td>Initial position to be used when reading from the table.</td>
</tr>
<tr>
<td><h5>source.init.timestamp</h5></td>
<td>optional</td>
<td>no</td>
<td style="word-wrap: break-word;">(none)</td>
<td>String</td>
<td>The initial timestamp to start reading Kinesis stream from (when <code>scan.stream.initpos</code> is AT_TIMESTAMP). See <a href="#start-reading-position">Start Reading Position</a> for details.</td>
<td>The initial timestamp to start reading Kinesis stream from (when <code>source.init.position</code> is AT_TIMESTAMP).</td>
</tr>
<tr>
<td><h5>source.init.timestamp.format</h5></td>
<td>optional</td>
<td>no</td>
<td style="word-wrap: break-word;">yyyy-MM-dd'T'HH:mm:ss.SSSXXX</td>
<td>String</td>
<td>The date format of initial timestamp to start reading Kinesis stream from (when <code>scan.stream.initpos</code> is AT_TIMESTAMP). See <a href="#start-reading-position">Start Reading Position</a> for details.</td>
<td>The date format of initial timestamp to start reading Kinesis stream from (when <code>source.init.position</code> is AT_TIMESTAMP).</td>
</tr>
<tr>
<td><h5>source.shard.discovery.interval</h5></td>
Expand Down
2 changes: 1 addition & 1 deletion docs/data/dynamodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
################################################################################

version: 4.4.0-SNAPSHOT
version: 5.1-SNAPSHOT
variants:
- maven: flink-connector-dynamodb
sql_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-dynamodb/$full_version/flink-sql-connector-dynamodb-$full_version.jar
2 changes: 1 addition & 1 deletion docs/data/firehose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
################################################################################

version: 4.4.0-SNAPSHOT
version: 5.1-SNAPSHOT
variants:
- maven: flink-connector-aws-kinesis-firehose
sql_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-aws-kinesis-firehose/$full_version/flink-sql-connector-aws-kinesis-firehose-$full_version.jar
2 changes: 1 addition & 1 deletion docs/data/kinesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
################################################################################

version: 4.4.0-SNAPSHOT
version: 5.1-SNAPSHOT
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
2 changes: 1 addition & 1 deletion flink-connector-aws-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-aws</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<artifactId>flink-connector-aws-base</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>flink-connector-aws-e2e-tests-parent</artifactId>
<groupId>org.apache.flink</groupId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>flink-connector-aws-e2e-tests-parent</artifactId>
<groupId>org.apache.flink</groupId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>flink-connector-aws-e2e-tests-parent</artifactId>
<groupId>org.apache.flink</groupId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
<parent>
<artifactId>flink-connector-aws-e2e-tests-parent</artifactId>
<groupId>org.apache.flink</groupId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-aws-e2e-tests-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<artifactId>flink-formats-avro-glue-schema-registry-e2e-tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-aws-e2e-tests-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<artifactId>flink-formats-json-glue-schema-registry-e2e-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connector-aws-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-aws</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<artifactId>flink-connector-aws-e2e-tests-parent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-aws-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<artifactId>flink-connector-aws-kinesis-firehose</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-aws-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<artifactId>flink-connector-aws-kinesis-streams</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connector-aws/flink-connector-dynamodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-aws-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<artifactId>flink-connector-dynamodb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connector-aws/flink-connector-kinesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-aws-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<artifactId>flink-connector-kinesis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connector-aws/flink-connector-sqs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-aws-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<artifactId>flink-connector-sqs</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-aws-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-aws-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion flink-connector-aws/flink-sql-connector-dynamodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-aws-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion flink-connector-aws/flink-sql-connector-kinesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-aws-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<artifactId>flink-sql-connector-kinesis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connector-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<artifactId>flink-connector-aws</artifactId>
<groupId>org.apache.flink</groupId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<artifactId>flink-connector-aws-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-formats-aws/flink-avro-glue-schema-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-formats-aws-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<artifactId>flink-avro-glue-schema-registry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-formats-aws/flink-json-glue-schema-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-formats-aws-parent</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<artifactId>flink-json-glue-schema-registry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-formats-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<artifactId>flink-connector-aws</artifactId>
<groupId>org.apache.flink</groupId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<artifactId>flink-formats-aws-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-aws</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>
</parent>

<artifactId>flink-python-connector-aws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ under the License.

<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-aws</artifactId>
<version>4.4-SNAPSHOT</version>
<version>5.1-SNAPSHOT</version>

<name>Flink : Connectors : AWS</name>
<packaging>pom</packaging>
Expand Down