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:
-
start-process
Start the producer or consumer based on the defined role.
- Params
-
consumer-group-prefix string
The desired consumer group prefix
-
password string
The password for the authentication with Kafka.
-
servers string
The bootstrap servers endpoints.
-
topic-name string
The desired topic.
-
username string
The username for the authentication with Kafka.
- Required
servers, username, password, topic-name
-
stop-process
Stop the producer or consumer process.