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

change custom datastore config map type #3082

Merged
merged 1 commit into from
Jul 14, 2022

Conversation

alfred-landrum
Copy link
Contributor

Change the options type for a CustomDataStoreConfig to a more general mapping of string -> any, instead of the restrictive string to string.

Why?
This allows specifying more complex configurations in easier ways.

How did you test it?

Potential risks
Any existing saved configuration will continue to work, but new code will need to perform type conversions to strings.

Is hotfix candidate?
No

@alfred-landrum alfred-landrum marked this pull request as ready for review July 11, 2022 17:23
@alfred-landrum alfred-landrum requested a review from a team as a code owner July 11, 2022 17:23
@alfred-landrum alfred-landrum requested a review from rohitn212 July 11, 2022 18:43
@alfred-landrum alfred-landrum merged commit e969dd8 into temporalio:master Jul 14, 2022
@alfred-landrum alfred-landrum deleted the custom-ds-options branch July 14, 2022 13:41
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.

2 participants