Skip to content

getting-started/kubernetes-quickstart page is outdated. #359

@khoramism

Description

@khoramism

Here there is a part that we setup a kafka cluster using helm and bitnami's packages, Bitnami's helm packages do deploy kafka in a KRaft Mode by default, even though throughout the documentation on apache pinot we are setting up the zookeeper quorum version , I manged to get it working using these values for the helm package, even though we need to provide a fix for this problem, either set it up using KRaft or change documentation to work with zookeeper values.

my values.yaml file:

controller:
  replicaCount: 0

broker:
  replicaCount: 3

kraft:
  enabled: false

zookeeper:
  enabled: true
  replicaCount: 3

listeners:
  client:
    protocol: PLAINTEXT

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions