Ilia Averianov
Ilia Averianov
The state of abandonment can be seen e.g. here: https://awsm-elixir.rubybox.dev/ Now most of the projects listed are abandoned. Also this likely prevents users from adding there new projects here.
Hello! As far as I can understand Sentinel logic, things have changed since the time PR was done. Now the logic of Sentinel is much simpler from the perspective of...
Hello! I experimented with the specified version and couldn't reproduce it. So the questions are: 1. Isn't ExHook plugin running together with ExHook _module_? 1. Could you please provide the...
Some thoughts: * For HTTP authz this can be naturally implemented out of the box. * For mysql/postgresql/mongo, seems that this can be implemented just by adding `${topic}` placeholder. *...
Hello! I don't think that the repo has been maintained since I was expelled from it. I maintain SMPP repos and corresponding HEX packages at https://github.com/savonarola (however, this one has...
Hi! Thank you for the report! Command to reproduce in dev env: * `make run` * set up MQTT-SN gw * run ``` openssl s_client -dtls -key _build/dev-run/emqx/etc/certs/client-key.pem -cert _build/dev-run/emqx/etc/certs/client-cert.pem...
Hello! The problem seems to be not related to the conf change directly, but just to the fact that v5.7.0 nodes coexist with v5.6.1 ones. The error should go away...
Thanks! As far as I can see, new nodes may use their own old data (from v5.6) to build stats. This also will be fixed.
Hello! The described situation is not a bug — it happens when EMQX is started, but the authorization system has not yet been fully initialized. During this initialization period, EMQX...
Hello! Thank you for the suggestion. We will consider implementing such a feature. However, that is not a simple one because EMQX should support it without performance impact and handle...