emqx/apps/emqx_gateway_exproto
Ilya Averyanov 7de26a1776 feat(authz): use extensible map format for actions in authz rules
* support authorization on retain, qos fields
* refactored authz tests heavily
2023-07-07 19:40:34 +03:00
..
include refactor(gw): rename all gateway application name 2023-04-13 14:53:47 +08:00
priv/protos feat(exproto): abandon the mountpoint field in AuthenticateRequest 2023-06-13 14:10:14 +08:00
src feat(authz): use extensible map format for actions in authz rules 2023-07-07 19:40:34 +03:00
test feat(exproto): abandon the mountpoint field in AuthenticateRequest 2023-06-13 14:10:14 +08:00
.gitignore refactor(exproto): support unary handler 2023-05-31 13:44:51 +08:00
README.md docs: fix invalid links 2023-05-15 11:18:09 +08:00
rebar.config refactor: move emqx_json to emqx_utils_json 2023-04-14 13:31:27 +02:00

README.md

emqx-exproto

The emqx_exproto extremely enhance the extensibility for EMQX. It allow using an others programming language to replace the protocol handling layer in EMQX.

Feature

  • Based on gRPC, it brings a very wide range of applicability
  • Allows you to use the return value to extend emqx behavior.

Usage

gRPC service

See: priv/protos/exproto.proto

Example

See: https://github.com/grpc-ecosystem/awesome-grpc