Skip to content

Commit

Permalink
fixed license issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kamir committed Sep 4, 2024
1 parent dfe309a commit 00bc422
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions wayang-applications/bin/bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@

#brew install confluentinc/tap/cli
#brew install jq
#brew install git-lfs

export topic_l1_a=region_emea_counts
export topic_l1_b=region_apac_counts
export topic_l1_c=region_uswest_counts
export topic_l2_a=global_contribution
export topic_l2_b=global_averages

#confluent login
#!/usr/bin/env bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
Expand All @@ -27,6 +15,15 @@ export topic_l2_b=global_averages
# See the License for the specific language governing permissions and
# limitations under the License.

#brew install confluentinc/tap/cli
#brew install jq
#brew install git-lfs

export topic_l1_a=region_emea_counts
export topic_l1_b=region_apac_counts
export topic_l1_c=region_uswest_counts
export topic_l2_a=global_contribution
export topic_l2_b=global_averages

confluent kafka topic delete topic_l1_a --cluster lkc-m2kpj2
confluent kafka topic delete topic_l1_b --cluster lkc-m2kpj2
Expand Down

0 comments on commit 00bc422

Please sign in to comment.