kfaraz opened a new pull request, #18255:
URL: https://github.com/apache/druid/pull/18255

   Follow up to #18249 
[discussion](https://github.com/apache/druid/pull/18249#discussion_r2206525247)
   
   ### Changes
   
   - Maintain a List of processed events in `LatchableEmitter`.
   This is an improvement over the current flow where a copy of events is 
created upon receiving every new event.
   - When a new condition is registered, evaluate all past events upfront, then 
add it to the set of wait conditions
   - Evaluate each new event as it is received
   
   ### Other changes
   
   - Reduce the usage of `StubServiceEmitter.getEvents()`. Use the inbuilt 
`verifyValue` methods instead.


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