Merge pull request #10343 from ieQu1/emqx-machine-readme

doc(emqx_machine): Add readme
This commit is contained in:
ieQu1 2023-04-11 15:15:32 +02:00 committed by GitHub
commit bc463a1b1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# EMQX Machine
This application manages other OTP applications in EMQX and serves as the entry point when BEAM VM starts up.
It prepares the node before starting mnesia/mria, as well as EMQX business logic.
It keeps track of the business applications storing data in Mnesia, which need to be restarted when the node joins the cluster by registering `ekka` callbacks.