Any update on this? Thanks.

2014-04-24 13:04 GMT+02:00 David Morales <[email protected]>:

> Hi,
>
> I'm trying to understand what happens when removing streams.
>
> My test case is like that:
>
> 1. Create stream A
> 2. Create stream B
> 3. Add query _1_ from stream A insert into FOO
> 4. Add query _2_ from stream B insert into FOO
> 5. Remove query _1_
> 6. Remove query _2_
> 7. getInputHandler(FOO).sendEvent
>
>
> After each step i'm printing existing streams in siddhiManager. And this
> is what i see:
>
> 1. Create stream A
> A
> 2. Create stream B
> A,B
> 3. Add query _1_ from stream A insert into FOO
> A,B,FOO
> 4. Add query _2_ from stream B insert into FOO
> A,B,FOO
> 5. Remove query _1_
> A,B
> 6. Remove query _2_
> A,B
> 7. getInputHandler(FOO).sendEvent
> A,B
>
>
>
> So, FOO stream exists, even when i remove all related queries. But why is
> it not accesible in streamDefinitions?
>
>
>
> Regards.
>
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to