Skip to content
Merged
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
5 changes: 3 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down