alisha-1000 opened a new pull request, #4168:
URL: https://github.com/apache/streampipes/pull/4168

   ### Purpose
   This PR improves the performance of pipeline execution by optimizing the 
event routing logic in the processing engine.
   The previous implementation caused unnecessary re-processing of events under 
high load, leading to increased latency.
   
   The new approach reduces redundant computations and improves throughput 
without changing the external API behavior.
   All existing tests pass, and additional tests were added to cover the 
optimized logic.
   
   ### Remarks
   - This change affects the internal event routing mechanism.
   - No user-facing configuration changes are required.
   - Related issue: #1234
   - Tested locally with `mvn clean install`
   
   PR introduces (a) breaking change(s): no  
   PR introduces (a) deprecation(s): no
   


-- 
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]

Reply via email to