haoch / flink-siddhi

A CEP library to run Siddhi within Apache Flink™ Streaming Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OperationControlEvent enableQuery disables the query instead of enabling it.

aagupta1 opened this issue · comments

From OperationControlEvent.java

public static OperationControlEvent enableQuery(String queryId) {
return new OperationControlEvent(Action.DISABLE_QUERY, queryId);
}

public static OperationControlEvent disableQuery(String queryId) {
    return new OperationControlEvent(Action.ENABLE_QUERY, queryId);
}

@aagupta1 would you mind I close the issue as it was resolved in #9?

Please go ahead and close.

Thanks!