Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
khoramism opened this issue Jul 3, 2024 · 1 comment
Open

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

khoramism opened this issue Jul 3, 2024 · 1 comment

Comments

@khoramism
Copy link
Contributor

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
@Jackie-Jiang
Copy link
Collaborator

cc @zhtaoxiang @xiangfu0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants