Azure / Azure/azure-sdk-for-java
Guard partition-level primary tracking orchestrated through reads with a system property
Open
Cosmos
feature-request
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 2.2k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 178
Description
## Summary
Guard partition-level primary tracking orchestrated through reads with a system property for controlled rollout.
## Details
- Add a system property (e.g., feature flag) that gates the partition-level primary tracking behavior orchestrated through reads
- When the system property is disabled, the partition-level primary tracking through reads should be inactive
- This provides a safe rollout mechanism to enable/disable the feature without code changes
## Motivation
Enables staged rollout and quick disable of partition-level primary tracking through reads, reducing risk during feature deployment.
Contributor guide
Assessment
This issue has not been assessed yet.