Skip to content

Instantly share code, notes, and snippets.

@bbejeck
bbejeck / generate-confluent-cloud.sh
Last active October 20, 2022 21:03
Script for creating a Kafka Cluster on Confluent Cloud, enables Schema Registry, generates API keys, and emits configs for Java client
echo "Enter the name for your cluster"
read CLUSTER_NAME;
echo "Enter the cloud (aws, azure, gcp)"
read CLOUD;
echo "Enter the region"
read REGION;
echo "Enter the geo location (us for now)"
read GEO;