Skip to content

Instantly share code, notes, and snippets.

@rdhabalia
Created January 7, 2019 22:47
Show Gist options
  • Save rdhabalia/396774e72e8f31b591500418f9eba0fa to your computer and use it in GitHub Desktop.
Save rdhabalia/396774e72e8f31b591500418f9eba0fa to your computer and use it in GitHub Desktop.
pulsar.yaml
name: Pulsar
driverClass: io.openmessaging.benchmark.driver.pulsar.PulsarBenchmarkDriver
# Pulsar client-specific configuration
client:
serviceUrl: pulsar://ec2-52-32-131-68.us-west-2.compute.amazonaws.com:6650
httpUrl: http://ec2-52-32-131-68.us-west-2.compute.amazonaws.com:8080
ioThreads: 8
connectionsPerBroker: 8
namespacePrefix: benchmark/pulsar-cluster-1/ns
topicType: persistent
persistence:
ensembleSize: 3
writeQuorum: 3
ackQuorum: 2
deduplicationEnabled: false
tlsAllowInsecureConnection: false
tlsEnableHostnameVerification: false
tlsTrustCertsFilePath:
authentication:
plugin:
data:
# Producer configuration
producer:
batchingEnabled: true
batchingMaxPublishDelayMs: 1
blockIfQueueFull: true
pendingQueueSize: 10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment