ngjaying

Results 154 comments of ngjaying

@jkskj Thanks. However, this is a topic of [OSPP](https://summer-ospp.ac.cn/) this year. If you are a student, you could try to apply by that project.

We add pingable interface in 1.13, we will continue to add more ping support for all connectors incrementally.

Consider to remove the restrictions in all nodes, which means each node must handle both a tuple or a tuple list properly. By this way, it is more flexible to...

This is a general operator for all kinds of sources. It is run before decoding to limit/down-sample the ingest rate(may be 1 message per us) to a lower qps like...

The indexValue is a state. It will be persisted if rule qos is set as below example. There are still some limitations, for detail please check https://ekuiper.org/docs/en/latest/guide/rules/state_and_fault_tolerance.html#enable-checkpointing ```json { "id":...

Could you try another rule id like rule000002?

Kind of, but we will recommend to not set id to start with number. We are adding rule id validation.

It is a good idea. I have not surveyed yet, we can find out some candidates and choose one.

@BNNARAJ Sorry for the late response. The functions are in https://github.com/lf-edge/ekuiper/blob/master/internal/binder/function/funcs_agg.go. Actually, you can do a search in the codebase to find it next time.

Hi @BNNARAJ, Maybe it was fixed. Could you try to add a ut case to confirm that? If that's the case, we can push the test case as a PR...