Skip to content

Added gcs version size validation

Deepa Kumari requested to merge az/dk-add-gcs-version-array-validation into master

As per #178 (closed), the GCS version array size grows huge causing issues. It was required to not allow update of a record where gcs array size is greater than a configurable specific soft limit. This change is sitting behind a feature flag.

The implementation will ignore the records with greater versions than the soft limit and a warning will be logged in application logs.

Edited by Deepa Kumari

Merge request reports