zmstone
zmstone
for release-55 ?
string interpolation in general basically? does this work good enough? ``` SELECT interpolate('{"a": ${payload.a}, "b": ${payload.b}}') as my_json_obj ``` NOTE: there is no such function yet.
@bkkoli could you trace the client and share the logs with us ?
The issue seems to be the lack of escape sequence support. which can be addressed in two ways: - Add a `unescape` function ``` SELECT tokens(payload, unescape('\n')) as val ```...
for internal ref: https://emqx.atlassian.net/browse/EMQX-11847
Thank you for the fix @kjellwinblad I remember there is a issue or ticket about double quotes, but I cannot find it. Anyways, double quotes handling is a separate matter,...
@alexdelprete about certs. you can type in file paths in dashboard UI (does not have to be PEM content) if you can make sure the files exists in all EMQX...
> Hello, > > It might be related to this PR #11032 @zhongwencool could you please take a look? This pr was released in 5.1.
@KazW It looks like a compatibility issue between 5.3.0 data integration schema and 5.4.1. I noticed that you are trying to override the http integration url with environment variable `EMQX_CONNECTORS__HTTP__MQTT_MESSAGE__URL`...
Hi @KazW Thank you for your reply. The reason I'm asking is: it seems odd that you have `EMQX_BRIDGES__` and `EMQX_ACTIONS__` at the same time. Since 5.3, `bridge`s are being...