Subscriptions UI
Subscriptions in Managed Fusion allow you to create and configure subscriptions using Apache Pulsar.
An existing subscription’s Subscription Type cannot be changed via the UI or API. Delete the existing subscription and create a new subscription to change a subscription type. |
To use Subscriptions in the Managed Fusion UI, navigate to Indexing > Subscriptions and click the New button.
UI configuration options
An existing subscription’s Subscription Type cannot be changed via the UI or API. Delete existing subscription and create new subscription when subscription type change is desired. |
These configuration options are used in the Subscriptions panel in the Managed Fusion UI.
Field | Description | Value |
---|---|---|
Resource |
The index pipeline or index profile used with the subscription. |
|
Topic |
The name of the Pulsar topic you are subscribing to. |
|
Number of listener threads |
Defines the number of concurrent threads to read from a topic. If there is a high number of messages to read from a topic, this number scales to ensure the messages are consumed efficiently. |
|
Subscription type |
The subscription type:
|
|
Subscription initial position |
Specifies the initial position, |
|
Maximum Number of Retries |
Sets the number of times you want to try to consume a message before you stop trying. This can be set so that if the connection to the resource crashes, Pulsar will keep trying to deliver the message before sending the message to the Dead Letter topic. |
|
Context properties |
The default context properties passed to the index pipeline when processing a message. Incoming messages may contain their own context properties, which take precedence over the default context properties you create here. See Property Name and Property Value below for configuration options. |
|
Property Name |
The name of the context property. |
|
Property Value |
The value of the context property. |
|