Skip to content

Instantly share code, notes, and snippets.

@harunpeksen
Last active March 23, 2022 13:24
Show Gist options
  • Save harunpeksen/3ca70d60b494076816500d1666508d2e to your computer and use it in GitHub Desktop.
Save harunpeksen/3ca70d60b494076816500d1666508d2e to your computer and use it in GitHub Desktop.
topic_name=cities
declare -a arr=("Vienna" "Brussels" "London" "Zagreb" "Copenhagen" "Helsinki"
"Paris" "Berlin" "Athens" "Budapest" "Dublin" "Rome" "Amsterdam"
"Lisbon" "Ljubljana" "Madrid" "Stockholm" "Oslo")
(for i in "${arr[@]}"; do echo "$i" ; done) | \
confluent kafka topic produce $topic_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment