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

[ADDED] KeyValue: RePublish option in KeyValueConfiguration #1031

Merged
merged 2 commits into from Aug 3, 2022

Commits on Aug 3, 2022

  1. [ADDED] KeyValue: RePublish option in KeyValueConfiguration

    Ability to create a KV with the re-publish feature.
    
    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed Aug 3, 2022
    Copy the full SHA
    ff4ed92 View commit details
    Browse the repository at this point in the history
  2. CreateKeyValue with RePublish will fail if KV already exists

    This cannot be updated in the server at the moment, so if user
    calls CreateKeyValue() with a config that does not have RePublish
    and then call again on the same bucket with RePublish set, the
    user will get an error. Added a test that shows that this is the case.
    
    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed Aug 3, 2022
    Copy the full SHA
    92ea51f View commit details
    Browse the repository at this point in the history