Configure Pulsar producer properties for Pulsar outbound
Producer properties
A map of the topic name to the Pulsar producer properties. All valid producer configuration properties can be specified as a map. The configuration map is passed to the loadConf method of a Producer Builder. This configuration is optional. If the connector does not find the topic entry in this map, it uses the default configuration provided by the Pulsar Java client.
Sample producer by topic
topic-wise-producer-props: 'non-persistent://public/default/myTopic': topicName: 'non-persistent://public/default/myTopic' # Not required from the Pulsar outbound version 2.2.0 sendTimeoutMs: 2000 producerName: 'producer_non-persistent://public/default/myTopic'