Declarative Rules
Joule provides a business rules processor that acts upon micro batches within a streaming event context. The Rules processor integrates the JSR-94 compliant Drools engine.
Library details
Example
Attributes
Attribute | Description | Data Type | Required |
---|---|---|---|
name | Name of processor | String | |
rule file | Drools rule file path | String | |
pool size | Non-functional setting to size the internal caching of Drools container | Integer Default: 8 |
Example DRL file
Additional Information
Offical Drools documentation can be found here.
Last updated