mdproctor opened a new issue, #5651:
URL: https://github.com/apache/incubator-kie-drools/issues/5651

   [DROOLS-17](https://issues.redhat.com/browse/DROOLS-17) Introduced the fix 
to ensure Tuples are added in order when dynamic rules are added. However, it 
does this at runtime when a tuple is added, not just at network build time. 
   
   This improvement is to move this fix back into network build time. It does 
this by hooking into the sink adapter and detaching tuples after the otn-id. 
After the propagation through the sink adapter is finished, it will reattach 
any detached tuples.
   
   My other motivation for this is I was looking at making FactHandle extend 
TupleImpl, and this work makes that simpler - as it's creating less special 
behaviour at runtime.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to