Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(machine_boot): inject connector/bridge apps as dependencies to emqx_connector app #12359

Merged

Commits on Jan 22, 2024

  1. fix(machine_boot): inject connector/bridge apps as dependencies to `e…

    …mqx_connector` app
    
    Fixes https://emqx.atlassian.net/browse/EMQX-11771
    
    For the same reasons as we inject `emqx_bridge_*` applications as dependencies to
    `emqx_bridge` when starting the node.  Already configured connectors are started when
    `emqx_connector` application starts, and may lead to crashes and noise in the logs.  One
    example is to configure a mongodb bridge and restart the node.
    thalesmg committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    3207f0e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. docs: improve descriptions

    Co-authored-by: ieQu1 <99872536+ieQu1@users.noreply.github.com>
    thalesmg and ieQu1 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b763e39 View commit details
    Browse the repository at this point in the history