Pulsar Producer

Supported pipeline types:
  • Data Collector

The Pulsar Producer destination writes data to topics in an Apache Pulsar cluster. The Pulsar Producer destination attaches to a topic and publishes messages to a Pulsar broker for processing. For information about supported versions, see Supported Systems and VersionsSupported Systems and Versions in the Data Collector documentation.

When you configure a Pulsar Producer destination, you define the URL to connect to Pulsar. You also define the topics to publish messages to. You can configure the destination to publish messages to a single topic or to multiple topics if you include an expression in the configured topic name.

You can configure the destination to use Pulsar security features. You can also configure advanced properties as needed, such as the partition or compression type to use when publishing messages or whether the destination publishes messages asynchronously or synchronously.

For more information about Pulsar topics and producers, see the Apache Pulsar documentation.