ngjaying

Results 154 comments of ngjaying

Use build tag full, the plugins are included. `-tags "full"`. Check the makefile for detail.

Looks like the INT4 type is not handled correctly. You can try to fix it and create a PR. Thanks in advance.

Will this only work for Graph API? There is no plan yet for such feature.

Hi @gaurangomar, looks like you have issue an update command then the rule stops. Could you please check your rule payload, make sure triggerred=true is set. ```{ "id": "rule_scene", "triggered":...

It is not documented. It is just a property of the rule like this: { "id": "rule_scene", "triggered": true, "sql": "Select * FROM stream", "actions": [ { "nop": { "sendSingle":...

Do you use eKuiper manager to update the rule? Could you please find out how to reproduce the problem? Thanks.

I don't think the info is enough to identify the problem. Form this little piece of log, it looks like someone has issued an update command and stop the rule...

Thank you for the detailed summary. We confirm that V2 introduces breaking changes; this is the rationale behind the major version increment. We won't be implementing full backward compatibility. Instead,...

@Elia-Renzoni Thanks for the great suggestion. My concern is that a full, from-scratch Raft implementation would be a major undertaking and may not be the most practical approach. Could you...

That's a lot of rules. What is the memory and your expectation? Could you run `curl -o heap.pprof "http://localhost:6060/debug/pprof/heap"` to fetch the memory heap profile for analyzing. Thanks.