Closed claudia-correia closed 10 months ago
This changes the type of the instance_configuration_version field to *int32 for all topology elements and marks the fields as nullable.
instance_configuration_version
*int32
Rel: https://elasticco.atlassian.net/browse/CP-5181
We can't set instance_configuration_version to 0 because it will be considered as an empty value and it will be omitted during JSON marshalling.
0
Description
This changes the type of the
instance_configuration_version
field to*int32
for all topology elements and marks the fields as nullable.Related Issues
Rel: https://elasticco.atlassian.net/browse/CP-5181
Motivation and Context
We can't set
instance_configuration_version
to0
because it will be considered as an empty value and it will be omitted during JSON marshalling.Types of Changes
Readiness Checklist