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

[WIP] Ringbuffer with key and export some api for get messages from exchange_client #752

Merged
merged 11 commits into from
Dec 6, 2023

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    4226ab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1baf9c5 View commit details
    Browse the repository at this point in the history
  3. * ADD [ringbuffer] Add key filed in ringbuffer struct

    Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
    RanMaoyi committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ceac1d2 View commit details
    Browse the repository at this point in the history
  4. * ADD [exchange_client] Add rbsmsgmap to store all msg on a exchange_…

    …client
    
    Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
    RanMaoyi committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c130dbe View commit details
    Browse the repository at this point in the history
  5. * ADD [exchange_client] Introduce new send_messages to store msg and key

    Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
    RanMaoyi committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    53fc4e1 View commit details
    Browse the repository at this point in the history
  6. * ADD [exchange_client] Export ex_node send_messages api

    Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
    RanMaoyi committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5068d0c View commit details
    Browse the repository at this point in the history
  7. * ADD [exchange_client] Introduce exchange_client handle api to contr…

    …ol rbsmsgmap
    
    Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
    RanMaoyi committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3e09a09 View commit details
    Browse the repository at this point in the history
  8. * MDF [exchange_client] Enqueue sendmessage list when ex_node is busy

    Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
    RanMaoyi committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b92766a View commit details
    Browse the repository at this point in the history
  9. * ADD [ringbuffer] Export two api for get msgs from ringbuffer

    Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
    RanMaoyi committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5d4eb4d View commit details
    Browse the repository at this point in the history
  10. * ADD [exchange_client] Export api for get msgs with key from exchang…

    …e_client
    
    Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
    RanMaoyi committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    60b28b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. * MDF [exchange] Export exchange api as extern

    Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
    RanMaoyi committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ab05e04 View commit details
    Browse the repository at this point in the history