Skip to content

Commit b86dcfe

Browse files
authored
Update the repo to work with the Flink quickstart. (#14)
1 parent 7c5e5c1 commit b86dcfe

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"ghcr.io/devcontainers/features/java:1": {
1515
"version": "none",
1616
"installMaven": "true"
17-
}
17+
},
18+
"ghcr.io/devcontainers/features/python:1": {}
1819
},
1920

2021
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
@@ -37,5 +38,5 @@
3738
}
3839
],
3940

40-
"onCreateCommand": "sudo curl -L --http1.1 https://cnfl.io/cli | sudo sh -s -- -b /usr/local/bin"
41+
"onCreateCommand": "sudo curl -L --http1.1 https://cnfl.io/cli | sudo sh -s -- -b /usr/local/bin && confluent plugin install confluent-flink-quickstart"
4142
}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ The retry logic has been removed as a consequence.
3939
## Version 0.4.1
4040

4141
* Await the results of the `DROP TABLE` command to eliminate potential race conditions.
42+
43+
## Version 0.4.2
44+
45+
* Update the Dev Container to allow it to work with the Flink Quickstart Plugin for the Confluent CLI.
46+
* Small tweak to the readme related to formatting.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Apache Flink Table API for Java
22

3-
This repository is for the [** Apache Flink® Table API: Processing Data Streams in Java**](https://developer.confluent.io/courses/flink-table-api-java/) course provided by Confluent Developer.
3+
This repository is for the [Apache Flink® Table API: Processing Data Streams in Java](https://developer.confluent.io/courses/flink-table-api-java/) course provided by Confluent Developer.
44

55
## A Simple Marketplace with Apache Flink
66

0 commit comments

Comments
 (0)