Skip to main content

rhoas_kafka

rhoas kafka#

Create, view, use, and manage your Kafka instances

Synopsis#

Commands 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#