Pulsar rule
You can use a Pulsar rule if you want to send data such as messages, occupancy, lifecycle and presence events from Ably to Pulsar.
Development status
Copied!
This feature is Enterprise only, and currently in Preview.
Creating a Pulsar rule
Copied!
There are two ways to create a Pulsar rule:
- Using the Ably Dashboard.
- Using the Control API.
Creating a Pulsar rule in the dashboard
Copied!
To create a rule in your dashboard:
- Login and select the application you wish to integrate with Pulsar.
- Click the Integrations tab.
- Click the + New Integration Rule button.
- Choose Firehose.
- Choose Pulsar.
- Configure the settings applicable to your use case and your Pulsar installation.
The general settings:
The Pulsar-specific settings:
- Click Create to create the rule.
Creating a Pulsar rule using Control API
Copied!
See some examples of creating rules in the rules section of the Control API documentation. You can also refer to the rules section of the Control API Reference for information on creating a Pulsar rule. You will need to select a ruleType
of pulsar
.
See also
Copied!