Skip to content

Commit

Permalink
Apache Kafka+Flink: Update to cratedb-flink-jobs-0.5, using Flink 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 14, 2024
1 parent 79a8788 commit 67b5f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/apache-kafka-flink/.env
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ CRATEDB_HTTP_URL="${CRATEDB_HTTP_SCHEME}://${CRATEDB_USERNAME}:${CRATEDB_PASSWOR

# Options for acquiring the Flink job JAR file.
# https://github.com/crate/cratedb-flink-jobs
FLINK_JOB_JAR_VERSION=0.4
FLINK_JOB_JAR_VERSION=0.5
FLINK_JOB_JAR_FILE=cratedb-flink-jobs-${FLINK_JOB_JAR_VERSION}.jar
FLINK_JOB_JAR_URL=https://github.com/crate/cratedb-flink-jobs/releases/download/${FLINK_JOB_JAR_VERSION}/${FLINK_JOB_JAR_FILE}

0 comments on commit 67b5f63

Please sign in to comment.