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

1219 fix shared sub sticky #9578

Merged
merged 6 commits into from
Dec 20, 2022
Merged

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    67718ef View commit details
    Browse the repository at this point in the history
  2. fix(shared): handle unsubscribe for sticky strategy

    prior to this change, the message is dispatched to a shared subscriber
    even after unsubscribed
    zmstone committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    29f394a View commit details
    Browse the repository at this point in the history
  3. docs: update change logs

    zmstone committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9d1e41b View commit details
    Browse the repository at this point in the history
  4. refactor(shared_sub): improve sticky strategy performance

    * avoid calling ets:select twice for sticky strategy
    * when the calling process is terminating, no loop-back dispatch
    zmstone committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    4f1fb0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad3a793 View commit details
    Browse the repository at this point in the history
  6. refactor: delete stale code

    'hash' strategy has been removed from config schema
    hence no need to keep the compatibility code
    zmstone committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e932569 View commit details
    Browse the repository at this point in the history