diff --git a/.devcontainer.json b/.devcontainer.json index 807ee3e..800069e 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -14,7 +14,8 @@ "ghcr.io/devcontainers/features/java:1": { "version": "none", "installMaven": "true" - } + }, + "ghcr.io/devcontainers/features/python:1": {} }, "workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind", @@ -37,5 +38,5 @@ } ], - "onCreateCommand": "sudo curl -L --http1.1 https://cnfl.io/cli | sudo sh -s -- -b /usr/local/bin" + "onCreateCommand": "sudo curl -L --http1.1 https://cnfl.io/cli | sudo sh -s -- -b /usr/local/bin && confluent plugin install confluent-flink-quickstart" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ab187e7..c935d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,3 +39,8 @@ The retry logic has been removed as a consequence. ## Version 0.4.1 * Await the results of the `DROP TABLE` command to eliminate potential race conditions. + +## Version 0.4.2 + +* Update the Dev Container to allow it to work with the Flink Quickstart Plugin for the Confluent CLI. +* Small tweak to the readme related to formatting. \ No newline at end of file diff --git a/README.md b/README.md index dbcbe71..17b6724 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Apache Flink Table API for Java -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. +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. ## A Simple Marketplace with Apache Flink