Kafka: 2. Find the Kafka service store
This documentation is part of the Automate with the CLI guide. You can view the complete guide here: Start Kafka, retrieve its credentials, and modify its configuration programmatically using the Stackhero CLI.
👋 Welcome to the Stackhero documentation!
Stackhero makes it easy to set up a fully managed Kafka cloud solution. Here’s what you can expect:
- Unlimited message size and transfers to support your data growth.
- Effortless updates – apply the latest improvements with a single click.
- High-level performance and enhanced security, all powered by your own private, dedicated VM.
If you want to save time and streamline your processes, try Stackhero’s Kafka cloud hosting. You can get started in around 5 minutes!
Next, you will want to list the Kafka service stores available to your account. The CLI accepts the store name (kafka) directly, so there is no need to look up or copy any IDs.
# List Kafka service stores (add --organization if you manage more than one)
stackhero services-store-list --name="kafka"
You can use the store name kafka in subsequent commands, or select a specific svs-xxxxxx ID from the list if you prefer.