> For the complete documentation index, see [llms.txt](https://docs.fractalworks.io/joule/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fractalworks.io/joule/components/processors/triggers.md).

# Triggers

## Overview

Real-time alerts and triggers is generally accepted a key feature of stream processing. Joule provides two key features to trigger **contextual and business rules based change**, CDC and declarative rules.&#x20;

## Use cases

Here are some use cases of how triggers it can be applied in stream processing:

1. <mark style="color:green;">**Consistent 360 degree customer profiles**</mark>\
   Provide timely key customer attributes update to trigger key processing streams.
2. <mark style="color:green;">**Optimised consumer processing**</mark>\
   Drive high-throughput processing streams using low memory delta records.&#x20;

## Available trigger options

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:orange;"><strong>Change Data Capture</strong></mark></td><td>Distribute delta records for key attribute changes</td><td></td><td><a href="/pages/YTiccUEpUx3oOrFVzvBF">/pages/YTiccUEpUx3oOrFVzvBF</a></td></tr><tr><td><mark style="color:orange;"><strong>Business rules</strong></mark></td><td>Leverage standard JSR-94 rules engine to perform advance business rules</td><td></td><td><a href="/pages/yBNMiNePVap2Ci4jMhBs">/pages/yBNMiNePVap2Ci4jMhBs</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fractalworks.io/joule/components/processors/triggers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
