Skip to content

How to set up Broker config and other configs like bookie etc #19276

Answered by lhotari
Muraligowtham asked this question in Q&A
Discussion options

You must be logged in to vote

Configuring Pulsar Broker and Bookkeeper in Apache Pulsar Helm chart

Here's an example from the pulsar-helm-chart CI tests: https://github.com/apache/pulsar-helm-chart/blob/8ad7cf6b6508a23546a8d5a66e5319cf36f39712/.ci/clusters/values-broker-tls.yaml#L43-L60

# these are values used in pulsar-helm-chart CI, they aren't examples of production settings
bookkeeper:
  replicaCount: 3
  configData:
    diskUsageThreshold: "0.999"
    diskUsageWarnThreshold: "0.999"
    PULSAR_PREFIX_diskUsageThreshold: "0.999"
    PULSAR_PREFIX_diskUsageWarnThreshold: "0.999"

broker:
  replicaCount: 1
  configData:
    ## Enable `autoSkipNonRecoverableData` since bookkeeper is running
    ## without persistence

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@lhotari
Comment options

@Khemendra-Bhardwaj
Comment options

@lhotari
Comment options

@Khemendra-Bhardwaj
Comment options

@lhotari
Comment options

Answer selected by lhotari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants