-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with window.externalTime(), not able to fetch events from stream #1750
Comments
Could you please help on this. |
Hi @Connect2naga ,
|
Hi, I tried using the above but this doesn't help with requirement. I get only the expired events which doesn't serve any purpose.
In this case, only events 3,4,5 should be forwarded to OutputStream
With this the idea is to get the ids of all the correlated events and push it to outputstream. Then it could be used to fetch the data using http query. |
Hi @vankin09 , We can avoid hardcoding by merging the
Sample input simulated to
Output:
However, we can observe that the created lists don't seem to be getting cleared properly.
the expected outcome would be just
We will have to look into this further, as to how to address this behaviour. |
We will also try to check from our end on top of the solution you have provided. Apart from this, we also had a query related to the out of order. The scenario is:
The expected outcome of this is: There are 2 different sets found as listed below
Can you let me know if the window used will result in expected outcome ? |
Hi @vankin09 , Yes, the above requirement can be achieved using Siddhi Pattern. Please see the following Siddhi application that demonstrates this behaviour.
Input:
Output:
|
Closing the issue since the answer is provided above |
Description:
create configuration like below
Expected: once i got 3 events with in 3 seconds, we should get all the participated events.
Issue : instead the last event is printing in stream also the subsequent events satisfies the conditions
Affected Siddhi Version:
5.1.1
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues:
The text was updated successfully, but these errors were encountered: