emqx-elixir-plugin icon indicating copy to clipboard operation
emqx-elixir-plugin copied to clipboard

An Example Plugin for EMQX in Elixir

Results 3 emqx-elixir-plugin issues
Sort by recently updated
recently updated
newest added

I would like to set the environments for my plugin at runtime. Therefore, I would like to use the config/runtime.exs for configuration. Unfortunately, this is not working, as only the...

Hi, compiling on `macOS 13.2.1, Apple M1 Max with asdf set to Erlang 24.3.4 and Elixir 1-14-4-opt24.` Error issued by C compiler. ```text ===> Compiling gen_rpc -- CMAKE Version: 3.26.3...

Hi, Would it be possible to have an example of how to create a plugin which, connected to a topic, takes the message (payload), transforms it and publishes it on...