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

KeyValue updates #485

Merged
merged 3 commits into from
Nov 9, 2021
Merged

KeyValue updates #485

merged 3 commits into from
Nov 9, 2021

Commits on Nov 9, 2021

  1. KeyValue updates

    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    ea73fd5 View commit details
    Browse the repository at this point in the history
  2. Update docs related to KV

    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    fe2e861 View commit details
    Browse the repository at this point in the history
  3. Add test to demonstrate kvWatcher_Next() can be stopped

    If another thread calls kvWatcher_Stop() while another thread
    is blocked waiting for updates, vWatcher_Next() will properly
    return with NATS_ILLEGAL_STATE.
    
    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    14a19f3 View commit details
    Browse the repository at this point in the history