Skip to content
Visit booth 3171 at Google Cloud Next to see how to unlock real-time decisions at scaleMore info

Configure Pulsar client properties for Pulsar outbound

A connector uses a Pulsar Client with a configuration that eventually helps to create Producer instances. You have to specify the client-configuration property.

Sample client configuration

client-configuration:
serviceUrl : pulsar://localhost:6650
authPluginClassName : null
authParams : null
operationTimeoutMs : 30000
statsIntervalSeconds : 60
numIoThreads : 1
numListenerThreads : 1
connectionsPerBroker : 1
useTcpNoDelay : true
useTls : false
tlsTrustCertsFilePath : null
tlsAllowInsecureConnection : false
tlsHostnameVerificationEnable : false
concurrentLookupRequest : 5000
maxLookupRequest : 50000
maxNumberOfRejectedRequestPerConnection : 50
keepAliveIntervalSeconds : 30
connectionTimeoutMs : 10000
requestTimeoutMs : 60000
initialBackoffIntervalNanos : 100000000
maxBackoffIntervalNanos : 60000000000
Feedback

Was this page helpful?

What type of feedback are you giving?

What would you like us to know?

+Capture screenshot

Can we reach out to you?