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

Make some configuration properties optional #174

Merged
merged 3 commits into from
Jul 18, 2024

Conversation

julienrf
Copy link
Collaborator

@julienrf julienrf commented Jul 13, 2024

  • rename: default to the empty list if not set
  • skipTokenRanges: default to the empty set if not set
  • validation: make it mandatory only when we run the Validator (but not the Migrator)

Note that savepoints was not made optional because I am expecting savepoints to be supported soon for DynamoDB migrations as well.

Fixes #164

julienrf added 3 commits July 17, 2024 09:54
- `rename`: default to the empty list if not set
- `skipTokenRanges`: default to the empty set if not set
- `validation`: make it mandatory only when we run the Validator (but not the Migrator)

Fixes scylladb#164
@julienrf julienrf force-pushed the optional-config-properties branch from e79a02c to 170f4cb Compare July 17, 2024 07:55
@julienrf julienrf requested a review from tarzanek July 17, 2024 07:55
@julienrf julienrf marked this pull request as ready for review July 17, 2024 07:55
@tarzanek
Copy link
Contributor

nice, thank you, merging!

@tarzanek tarzanek merged commit 8389e93 into scylladb:master Jul 18, 2024
2 checks passed
@julienrf julienrf deleted the optional-config-properties branch July 18, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some configuration properties are mandatory although not always relevant
2 participants