ngjaying

Results 154 comments of ngjaying

Do you mean httppull source? Source is the first operator of a rule thus it did not receive "dynamic" content from previous operator, how do you expect to "form dynamic...

![image](https://github.com/lf-edge/ekuiper/assets/792416/4ac32c24-c8f9-4bb8-b37b-981a0971bd23) See, inside zip file you have a redundant directory. Do not contain the sql directory in the zip. Move the so out of it.

If you run with docker image, you can install pre-compiled plugin, check https://ekuiper.org/docs/en/latest/operation/manager-ui/plugins_in_manager.html. If you do need to build by yourself, check https://ekuiper.org/docs/en/latest/extension/native/develop/plugins_tutorial.html Golang plugin system has very strict restriction....

Close for now, reopen if you still have problems

Client id may be conflicted. Try not to set the id.

That is work as desing. Stream is a logical concept. When creating the rule with that stream, it will use the connection configuration in the stream to do the logical...

@abhibhatia98 1. When the rule is stopped. 2. Your source and sink are MQTT type, they may use the same client id.

@abhibhatia98 What version are you using? For 1.x, the stream will be disconnected once all referenced rules are stopped. Could you try to set another client id and check.

> Hi @ngjaying , > > I tried setting up another client id (completely random) as well, but still giving me same error, If I dont pass then only it...