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