Replies: 3 comments
-
This is supposed to work. Like setting the port: CONNECTION__EDGEX__REDISMSGBUS__PORT: 6379. |
Beta Was this translation helpful? Give feedback.
-
could you please check the logs by Here is my output:
if you saw the output like this, then it set the values correctly
The reason I can think of it does not take effect is you need reference the connnection info in your stream
or if you use edgex sink, you also need set the connectionSelector, please check this https://github.com/lf-edge/ekuiper/blob/master/docs/en_US/rules/sinks/builtin/edgex.md#connection-reuse-publish-example |
Beta Was this translation helpful? Give feedback.
-
Hey, I tried to override Later, I discovered that if I set a rule at the same time, the overrides of the connection would be applied. Then, I could see the expected logs, such as For your information, in my case, the Here are the steps that I have set for the example above:
logs:
logs:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
It is possible to replace fields specified in configuration files for example in in kuiper.yaml (
KUIPER__
prefix), mqtt_source.yaml (MQTT_SOURCE__
prefix), or even etc/edgex.yaml (EDGEX__
prefix). But that doesn't seem to be possible for connection/connection.yaml.Here is what I've tried with no success:
CONNECTION__EDGEX__REDISMSGBUS__OPTIONAL__USERNAME=my-user
to set
edgex.optional.Username
as:Any suggestions?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions