[rules-users] Journaling and Commit Points

Jonathan Knehr jonathan.knehr at gmail.com
Mon Oct 7 06:49:44 EDT 2013


If your rules are deterministic (single threaded), this is easily accomplished by replaying the events into your session in the same order (so journal each event before inserting).

Although this is not a snapshot, it does allow you to rebuild state.

> On Oct 7, 2013, at 5:56 AM, sirinath <sirinath1978m at gmail.com> wrote:
> 
> Hi,
> 
> Is it possible to have the ability to journal fact / rule / event
> submissions to the engine with the ability to save a snapshot.
> 
> In case a error occurs you rollback to a previous point and play the events
> send to the engine.
> 
> Also any error is easily reproducible.
> 
> Suminda
> 
> 
> 
> --
> View this message in context: http://drools.46999.n3.nabble.com/Journaling-and-Commit-Points-tp4026278.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users



More information about the rules-users mailing list