CODEOWNERS 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ## MQTT
  2. /apps/emqx_connector/src/mqtt/ @qzhuyan
  3. /apps/emqx/*/*mqtt* @qzhuyan
  4. ## apps
  5. /apps/emqx/ @lafirest @thalesmg @HJianBo @ieQu1
  6. /apps/emqx_authn/ @savonarola @JimMoen @HJianBo
  7. /apps/emqx_authz/ @savonarola @JimMoen @HJianBo
  8. /apps/emqx_auto_subscribe/ @thalesmg @HJianBo
  9. /apps/emqx_bridge/ @terry-xiaoyu @thalesmg
  10. /apps/emqx_conf/ @ieQu1 @thalesmg
  11. /apps/emqx_connector/ @terry-xiaoyu @JimMoen
  12. /apps/emqx_dashboard/ @lafirest @JimMoen
  13. /apps/emqx_exhook/ @lafirest @HJianBo @JimMoen
  14. /apps/emqx_gateway/ @HJianBo @lafirest
  15. /apps/emqx_machine/ @thalesmg @terry-xiaoyu @ieQu1
  16. /apps/emqx_management/ @HJianBo @lafirest @sstrigler
  17. /apps/emqx_modules/ @thalesmg @terry-xiaoyu @HJianBo
  18. /apps/emqx_plugin_libs/ @terry-xiaoyu @lafirest
  19. /apps/emqx_plugins/ @thalesmg @JimMoen @ieQu1
  20. /apps/emqx_prometheus/ @JimMoen @ieQu1
  21. /apps/emqx_psk/ @lafirest @thalesmg @terry-xiaoyu
  22. /apps/emqx_resource/ @terry-xiaoyu @thalesmg
  23. /apps/emqx_retainer/ @lafirest @ieQu1 @thalesmg
  24. /apps/emqx_rule_engine/ @terry-xiaoyu @HJianBo @kjellwinblad
  25. /apps/emqx_slow_subs/ @lafirest @HJianBo
  26. /apps/emqx_statsd/ @JimMoen @HJianBo
  27. ## other
  28. /lib-ee/ @thalesmg
  29. /bin/ @zmstone @thalesmg @terry-xiaoyu @id
  30. /rel/ @zmstone @thalesmg @id
  31. ## CI
  32. /.github/ @id
  33. /.ci/ @id
  34. /scripts/ @id
  35. /build @id
  36. /deploy/ @id
  37. ## Default
  38. * @zmstone