Hi all,
I am curious as to how one can set up a failover/clustering strategy as a part of disaster recovery with Drools.
Consider the following common scenerio:
1) One Drools server goes down and the state need to be persisted and the processing need to be interruption-proof.
How should one implement a strategy for it?
Two execution servers with the same the same facts. As soon as one goes down the other one picks it up? How can that be implemented? via workbench or programmatically?
How should one create a cluster of Drools servers?
Use Workbench? Can it be done programmatically?
Ideas? suggestions?
Any sample projects/code that can be shared with me?
Thanks, Gordon