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

[broker] Add REST API to enable or disable replicated subscriptions #10790

Merged
merged 12 commits into from Jun 25, 2021

Commits on Jun 9, 2021

  1. Add REST API to enable or disable replicated subscriptions

    Masahiro Sakamoto committed Jun 9, 2021
    Copy the full SHA
    e29b0a8 View commit details
    Browse the repository at this point in the history
  2. Increase timeout values for testing

    Masahiro Sakamoto committed Jun 9, 2021
    Copy the full SHA
    2db1eee View commit details
    Browse the repository at this point in the history
  3. Redirect the request to the peer-cluster if the local cluster is not …

    …included in the replication clusters
    Masahiro Sakamoto committed Jun 9, 2021
    Copy the full SHA
    bb69be9 View commit details
    Browse the repository at this point in the history
  4. Change the argument type from Boolean to boolean

    Masahiro Sakamoto committed Jun 9, 2021
    Copy the full SHA
    7739e70 View commit details
    Browse the repository at this point in the history
  5. Modify code to pass tests

    Masahiro Sakamoto committed Jun 9, 2021
    Copy the full SHA
    4eb1fe2 View commit details
    Browse the repository at this point in the history
  6. Add methods for adding and removing properties to ManagedCursor

    Masahiro Sakamoto committed Jun 9, 2021
    Copy the full SHA
    b878caf View commit details
    Browse the repository at this point in the history
  7. Test that replicated subscription is actually working

    Masahiro Sakamoto committed Jun 9, 2021
    Copy the full SHA
    b5ee9db View commit details
    Browse the repository at this point in the history
  8. Fix compilation error

    Masahiro Sakamoto committed Jun 9, 2021
    Copy the full SHA
    97990b7 View commit details
    Browse the repository at this point in the history
  9. Fix methods for adding and removing property of ManagedCursor

    Masahiro Sakamoto committed Jun 9, 2021
    Copy the full SHA
    a8b6f1f View commit details
    Browse the repository at this point in the history
  10. Inherit callbackGroup

    Masahiro Sakamoto committed Jun 9, 2021
    Copy the full SHA
    644a1fe View commit details
    Browse the repository at this point in the history
  11. Return error response when updating cursor property fails

    Masahiro Sakamoto committed Jun 9, 2021
    Copy the full SHA
    de42532 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Update lastMarkDeleteEntry using AtomicReferenceFieldUpdater

    Masahiro Sakamoto committed Jun 10, 2021
    Copy the full SHA
    02487e1 View commit details
    Browse the repository at this point in the history