Hi, I read your StackOverflow answer related to drools, I think you are a drools expert, may I get some advice from you.
I have a requirement for a loan system, which is to determine whether the applicant is qualified for the loan and determine the interest rate base on the data we have. I'd like to use drools.
My thought is as below:
- firstly create a wrapper service, wapper the rule engine.
- the wapper's input is facts and rules, the output is the results, all of them should be captured and logged.
- the rule execution path in working memory should be logged also
- based on the logs, I can reproduce the case, even the facts and rules may be changed
- rules should be versioned and tagged.

Do you think it's reasonable? (maybe kie have the function I need in some degree, so no need to develop)
How can I achieve this?
Hi, I read your StackOverflow answer related to drools, I think you are a drools expert, may I get some advice from you.
I have a requirement for a loan system, which is to determine whether the applicant is qualified for the loan and determine the interest rate base on the data we have. I'd like to use drools.
My thought is as below:
Do you think it's reasonable? (maybe kie have the function I need in some degree, so no need to develop)
How can I achieve this?