rulebook
rulebook copied to clipboard
100% Java, Lambda Enabled, Lightweight Rules Engine with a Simple and Intuitive DSL
We are experimenting RuleBook with Spring Batch, as part of flow, the RuleBook "run" method gets invoked for every records in the ETL in "T" phase for fltering, what we...
Hi, Just a small question - but does every invocation of "SpringAwareRuleBookRunner" result in a full package scan? These are the logs I am seeing: ```2019-12-19 13:23:16.851 INFO 15322 ---...
Unfortunately https://github.com/deliveredtechnologies/rulebook/issues/178 is not a drop-in change and I am not aware of an upcoming release. Therefore an alternative fix is to downgrade the reflections library from 0.9.10 to 0.9.9....
Hello @Clayton7510 , I have been evaluating this project and it looks great - I really appreciate all your contributions! I had noticed a bug in the 0.11 release that...
Question: Does rulebook have ability to read rules from external sources such as a yaml file?
Is there a way to retrieve all rules that have been added to a rule book? Something like rulebook.getRules() ? Should I just extend CoRRuleBook and implement my own?
Hi, We have defined the rules by extending the CoRRuleBook as below and created the bean using SpringAwareRuleBookRunner. When executing the rule, results are set as null. Within the CoRRuleBook,...
Implementing rules engine service using Spring boot. Every time If I hit the API with the below request I'm seeing different responses. The first 5 times it is behaving as...
Hi guys, First, sorry my bad english, I will try explain my problem. I have one application with four flux and each flux need one rulebook. I wanna know how...
In a multi thread environment (which usually is the case when creating apps with spring) the `SpringAwareRuleBookRunner` can create all sorts of problems. In #53 `RuleBookFactoryBean` was recommended and now...