Alai Kafka
- By ashley
- Big Data
Channel | Version | Revision | Published | Runs on |
---|---|---|---|---|
latest/stable | 0 | 0 | 18 Mar 2021 |
juju deploy alai-kafka
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
create-topic
Create a new Kafka topic
- Params
-
partitions integer
Number of partitions for the topic being created
-
replication integer
Replication factor for each partition in the topic
-
topic string
Topic name
- Required
topic, partitions, replication
-
delete-topic
Delete a Kafka topic
- Params
-
topic string
Topic name
- Required
topic
-
list-topics
List all Kafka topics
-
list-zks
List ip:port info for connected Zookeeper servers
-
read-topic
Consume an existing kafka topic
- Params
-
partition integer
Partition to consume
-
topic string
Topic name
- Required
topic, partition
-
write-topic
Write to a kafka topic
- Params
-
data string
Data to write to topic
-
topic string
Topic name
- Required
topic, data