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

feat(listen): support hot config update of MQTT listeners #12201

Merged
merged 12 commits into from
Dec 20, 2023

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    78f7d01 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    cafd384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da0f0f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb2d454 View commit details
    Browse the repository at this point in the history
  4. test(exproto): fix too small buffer size for listener

    These options have not been picked up by the listener before esockd
    5.11.0, so it was not apparent that they are not working.
    keynslug committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a20ef03 View commit details
    Browse the repository at this point in the history
  5. chore: bump to esockd 5.11.1

    With a typespec fix.
    keynslug committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    68bbbec View commit details
    Browse the repository at this point in the history
  6. feat(listen): support hot update of WS/WSS options as well

    However, currently any transport option changes will cause listener to
    restart, which slightly impacts the availability of the broker.
    keynslug committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    036048b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4796f85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e40496 View commit details
    Browse the repository at this point in the history
  9. chore: add changelog entry

    keynslug committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    8d30bb2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    baf46c9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a6c26ce View commit details
    Browse the repository at this point in the history