Kafka Test App

  • Canonical
Channel Revision Published Runs on
latest/stable 11 11 Jun 2024
Ubuntu 22.04
latest/edge 13 16 Oct 2024
Ubuntu 22.04
juju deploy kafka-test-app
Show information

Platform:

Ubuntu
22.04

Learn about configurations >

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