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

Support handle msgs from external in HOOK_WAIT state. #1572

Merged
merged 15 commits into from
Dec 22, 2023
Merged

Commits on Dec 21, 2023

  1. * NEW [hook] Handle external trigger msg in aio's hook_wait state.

    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    d6e57ff View commit details
    Browse the repository at this point in the history
  2. * NEW [hook] Search msg when get msgs from trigger.

    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    cdb2753 View commit details
    Browse the repository at this point in the history
  3. * FIX [hook] Fix the warnings in building.

    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    df17e99 View commit details
    Browse the repository at this point in the history
  4. * NEW [hook] Send msgs from exchange to local to active handler.

    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    371c137 View commit details
    Browse the repository at this point in the history
  5. * FIX [hook] Remove some logs.

    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    13f174c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. * NEW [hook] Add mqtt socket.

    * NEW [hook] Support search parquet and send files with mqtt.
    
    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    3acab23 View commit details
    Browse the repository at this point in the history
  2. * FIX [hook] Fix the memory leakage in msg when no exchange's topics …

    …are matched.
    
    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    44c7e6b View commit details
    Browse the repository at this point in the history
  3. * NEW [hook] Compose a json and send to local mqtt broker.

    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    e6142ce View commit details
    Browse the repository at this point in the history
  4. * FIX [hook] Fix the memory leakages.

    * FIX [hook] Fix the wrong filenames in json.
    
    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    36edcd1 View commit details
    Browse the repository at this point in the history
  5. * NEW [hook] Forward msgs took from exchange to local mqtt broker.

    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    9871181 View commit details
    Browse the repository at this point in the history
  6. * NEW [hook] Cat all payload and forward to local mqtt broker.

    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    882e0cd View commit details
    Browse the repository at this point in the history
  7. * FIX [hook] Fix memory leakages in msgs.

    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    6774dde View commit details
    Browse the repository at this point in the history
  8. * FIX [hook] Fix build failed on windows.

    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    5f6975a View commit details
    Browse the repository at this point in the history
  9. * FIX [hook] Fix warnings reported by codeql.

    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    75962db View commit details
    Browse the repository at this point in the history
  10. * FIX [hook_exchange] minor fixes

    Signed-off-by: jaylin <jaylin@emqx.io>
    JaylinYu committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b5e1223 View commit details
    Browse the repository at this point in the history