Skip to content

Instantly share code, notes, and snippets.

@rdhabalia
Created January 7, 2019 22:32
Show Gist options
  • Save rdhabalia/68f5729a018cb29f6166aa3daf003c7d to your computer and use it in GitHub Desktop.
Save rdhabalia/68f5729a018cb29f6166aa3daf003c7d to your computer and use it in GitHub Desktop.
broker.conf
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
### Use all the broker defaults except for the following
# Zookeeper quorum connection string
zookeeperServers=ec2-52-32-131-68.us-west-2.compute.amazonaws.com:2181,ec2-35-161-136-252.us-west-2.compute.amazonaws.com:2181,ec2-34-221-116-31.us-west-2.compute.amazonaws.com:2181
# Global Zookeeper quorum connection string
globalZookeeperServers=ec2-52-32-131-68.us-west-2.compute.amazonaws.com:2181,ec2-35-161-136-252.us-west-2.compute.amazonaws.com:2181,ec2-34-221-116-31.us-west-2.compute.amazonaws.com:2181
# Hostname or IP address the service advertises to the outside world. If not set, the value of InetAddress.getLocalHost().getHostName() is used.
#advertisedAddress={{ hostvars[inventory_hostname].private_ip }}
# Name of the cluster to which this broker belongs to
clusterName=pulsar-cluster-1
loadBalancerAutoUnloadSplitBundlesEnabled=false
defaultNumberOfNamespaceBundles=64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment