Kafka Bundle

Channel Revision Published
latest/stable 3 18 Oct 2022
latest/edge 9 27 Jan 2023
3/stable 22 18 Dec 2024
3/candidate 22 18 Dec 2024
3/edge 24 03 Apr 2025
juju deploy kafka-bundle
Show information

Platform:

Ubuntu

Learn about configurations >

  • certificate-include-ip-sans | boolean

    Default: True

    Config option to enable or disable IP addresses in the subject alternative names (SAN) used for certificate signing requests for certificates. This should be set to false if the related TLS provider does not support IP addresses in certificates. When removing IPs, it is expected that DNS is setup correctly to resolve unit addresses.

  • expose-external | string

    Default: false

    String to determine how to expose the Apache ZooKeeper cluster externally from the Kubernetes cluster. Possible values: 'nodeport', 'loadbalancer', 'false'

  • init-limit | int

    Default: 5

    Amount of time, in ticks, to allow followers to connect and sync to a leader.

  • loadbalancer-extra-annotations | string

    String in json format to describe extra configuration for load balancers. Needed for some cloud providers or services.

  • log-level | string

    Default: INFO

    Level of logging for the different components operated by the charm. Possible values: ERROR, WARNING, INFO, DEBUG

  • sync-limit | int

    Default: 2

    Amount of time, in ticks, to allow followers to sync with Apache ZooKeeper.

  • tick-time | int

    Default: 2000

    the length of a single tick, which is the basic time unit used by Apache ZooKeeper, as measured in milliseconds.