Plugin version: 2.10.1
Publishes alerts to the CDAP Transactional Messaging System (TMS) as json objects. The plugin allows you to specify the topic and namespace to publish to, as well as a rate limit for the maximum number of alerts to publish per second.
Configuration
Property | Macro Enabled? | Description |
---|---|---|
Topic | Yes | Required. The topic to publish alerts to. |
Namespace | Yes | Optional. The namespace of the topic to publish alerts to. If none is specified, defaults to the namespace of the pipeline. |
Auto-Create Topic | No | Optional. Whether to create the topic in the pipeline namespace if the topic does not already exist. Cannot be set to true if namespace is set. Default is false. |
Rate Limit (alerts per second) | No | Optional. The maximum number of alerts to publish per second. Default is 100. |