Skip to content

Commit

Permalink
🚨 fix: resolve the JAR files directory for Kafka Connect plugins path (
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaghadimi committed Jan 30, 2024
1 parent 9ae5770 commit 855564c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker_downloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VERSION=7.5.3
echo "Debezium artifacts version: $VERSION"

JAR_FILES_DIR="/kafka/plugins"
JAR_FILES_DIR="/kafka/connect"
echo "Creating directory: $JAR_FILES_DIR"
mkdir -p $JAR_FILES_DIR

Expand Down

0 comments on commit 855564c

Please sign in to comment.