|
|
2 лет назад | |
|---|---|---|
| .. | ||
| docs | bbd843c68b feat(exhook): provide meta data in `RequestMeta` | 3 лет назад |
| etc | 8aa60cc0a5 feat: generate a minimized emqx.conf | 3 лет назад |
| include | dbc10c2eed chore: update copyright year 2023 | 3 лет назад |
| priv | cfe3b2dcee feat(exhook): subopts in on_client_subscribe/on_client_unsubscribe | 2 лет назад |
| src | 47901c9fed fix(exhook): `client.authorize` hook always uses real-topic | 2 лет назад |
| test | cfe3b2dcee feat(exhook): subopts in on_client_subscribe/on_client_unsubscribe | 2 лет назад |
| .gitignore | f9bc700498 fix(exhook): fix obsolete SSL files aren't deleted after the Exhook config update | 3 лет назад |
| README.md | 667d66eb1e docs(README): EMQ X -> EMQX | 4 лет назад |
| rebar.config | 5e100f52b8 style: erlfmt all `rebar.config` files and `bin/nodetool` | 2 лет назад |
The emqx_exhook extremely enhance the extensibility for EMQX. It allow using an others programming language to mount the hooks instead of erlang.
EMQX Third-party Runtime
+========================+ +========+==========+
| ExHook | | | |
| +----------------+ | gRPC | gRPC | User's |
| | gPRC Client | ------------------> | Server | Codes |
| +----------------+ | (HTTP/2) | | |
| | | | |
+========================+ +========+==========+
See: priv/protos/exhook.proto
See: https://github.com/grpc-ecosystem/awesome-grpc