Kafka Test App

  • By Canonical Data Platform
Channel Revision Published Runs on
latest/edge 11 05 May 2024
Ubuntu 22.04
juju deploy kafka-test-app --channel edge
Show information

Platform:

Ubuntu
22.04

Learn about actions >

  • 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.