Skip to content

Commit

Permalink
Merge pull request #19 from knaufk/flink114
Browse files Browse the repository at this point in the history
Flink114
  • Loading branch information
knaufk authored Dec 1, 2021
2 parents 0bea1ff + f76abc3 commit 970f8d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ mvn clean package

1. [Setup Ververica Platform](https://docs.ververica.com/getting_started/installation.html).
2. Get the link to the flink-faker JAR from the [Releases](https://github.com/knaufk/flink-faker/releases).
3. Start Ververica Platorm > SQL > Connectors > Create Connector, provide the external URL from step 2 and finish the setup.
![Howto add flink-faker to Ververica Platform](add-faker-connector.gif)
3. Start Ververica Platorm > SQL > Connectors > Create Connector, provide the external URL from step 2 and finish the setup.

![Howto add flink-faker to Ververica Platform](add-faker-connector.gif)

## Usage

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>1.13.0</flink.version>
<flink.version>1.14.0</flink.version>
<java.version>1.8</java.version>
<scala.binary.version>2.12</scala.binary.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand All @@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-table-planner-blink_${scala.binary.version}</artifactId>
<artifactId>flink-table-planner_${scala.binary.version}</artifactId>
<version>${flink.version}</version>
<scope>test</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ public class FlinkFakerTableSourceFactory implements DynamicTableSourceFactory {
@Override
public FlinkFakerTableSource createDynamicTableSource(final Context context) {

Faker faker = new Faker();

CatalogTable catalogTable = context.getCatalogTable();

Configuration options = new Configuration();
Expand Down

0 comments on commit 970f8d8

Please sign in to comment.