rhoas_kafka
#
rhoas kafkaCreate, view, use, and manage your Kafka instances
#
SynopsisCommands for managing and interacting with Kafka instances.
Commands are divided into the following categories:
- instance management commands: create, list, and so on
- commands executed on the selected instance: topic, consumer-group
- "use" command that selects the current instance
#
Examples## Create an Kafka instancerhoas kafka create --name my-kafka-instance
## View configuration details of an Kafka instancerhoas kafka describe
## List all Kafka instancesrhoas kafka list
## Create an Kafka Topicrhoas kafka topic create --name mytopic
#
Options inherited from parent commands -h, --help Show help for a command -v, --verbose Enable verbose mode
#
SEE ALSO- rhoas - RHOAS CLI
- rhoas kafka consumer-group - Describe, list, and delete consumer groups for the current Apache Kafka instance
- rhoas kafka create - Create an Apache Kafka instance
- rhoas kafka delete - Delete an Apache Kafka instance
- rhoas kafka describe - View configuration details of an Apache Kafka instance
- rhoas kafka list - List all Apache Kafka instances
- rhoas kafka topic - Create, describe, update, list and delete topics
- rhoas kafka update - Update configuration details of a Kafka instance.
- rhoas kafka use - Set the current Apache Kafka instance