From 4a18b129b7eab67359ab2206124e0fd1487a3138 Mon Sep 17 00:00:00 2001 From: Wade Waldron Date: Tue, 25 Feb 2025 14:21:06 -0600 Subject: [PATCH] Update the repo to work with the Flink quickstart. --- .devcontainer.json | 5 +++-- CHANGELOG.md | 5 +++++ README.md | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) 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