Kafka Test App
- Canonical
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 11 | 11 Jun 2024 | |
latest/edge | 13 | 16 Oct 2024 |
juju deploy kafka-test-app
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
22.04
-
consumer_group_prefix | string
Consumer group to be used by default
-
num_messages | int
Default: 1000
Number of messages.
-
partitions | int
Default: 5
Number of partitions for the topic when created
-
replication_factor | int
Default: 1
Replication factor for the topic when created
-
role | string
Default: consumer
Which role this app is expected to have.
-
topic_name | string
Default: test-topic
Name of the topic to be used.