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

[FIXED] KV use of JS prefix #910

Merged
merged 2 commits into from Feb 16, 2022
Merged

[FIXED] KV use of JS prefix #910

merged 2 commits into from Feb 16, 2022

Commits on Feb 15, 2022

  1. [FIXED] KV use of JS prefix

    If the user creates a JS context with a custom prefix, this needs
    to be used for the subject of the Put() and Delete() operations.
    This is addressing the architecture design ADR-19.
    
    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed Feb 15, 2022
    Copy the full SHA
    a0d5692 View commit details
    Browse the repository at this point in the history
  2. Fix Update that needs to use the prefix too...

    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed Feb 15, 2022
    Copy the full SHA
    9bbca0d View commit details
    Browse the repository at this point in the history