which is the best practice to deploy drools using microservice?

Viewed 19

I have microservice application based on spring boot which make use of drools, I am confused whether drool should be maintained in the same application so the performance overhead can be overcome or it should be deployed in a different container so we can just call that particular container or service for the verification of rules. which is the efficient way?

0 Answers
Related