Skip to content

Commit 2c0d7c6

Browse files
piotrpdevtomncooperkatheris
authored
Secure Kafka docs (#71)
Add details tutorials and example deployment files for connecting Flink SQL to various types of secure Kafka listeners. Co-authored-by: Thomas Cooper <[email protected]> Co-authored-by: Kate Stanley <[email protected]>
1 parent 1669ef2 commit 2c0d7c6

26 files changed

+2614
-15
lines changed

.github/scripts/setVersions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ fi
88
mvn -B versions:set -DgenerateBackupPoms=false -DnewVersion=${1}
99
sed --in-place --regexp-extended "s|flink-examples-data-generator:([^[:space:]]*)|flink-examples-data-generator:${2}|g" tutorials/recommendation-app/data-generator.yaml
1010
sed --in-place --regexp-extended "s|flink-sql-runner-with-flink-udf-currency-converter:([^[:space:]]*)|flink-sql-runner-with-flink-udf-currency-converter:${2}|g" tutorials/user-defined-functions/standalone-etl-udf-deployment.yaml
11+
sed --in-place --regexp-extended "s|flink-examples-data-generator:([^[:space:]]*)|flink-examples-data-generator:${2}|g" tutorials/secure-kafka/data-generator/data-generator.yaml

0 commit comments

Comments
 (0)