-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: 8.2.0-rc0
-
Component/s: None
-
Catalog and Routing
-
CAR Team 2025-06-09, CAR Team 2025-06-23, CAR Team 2025-07-07, CAR Team 2025-07-21, CAR Team 2025-08-04, CAR Team 2025-08-18, CAR Team 2025-09-01, CAR Team 2025-09-15, CAR Team 2025-11-24
-
🟩 Routing and Topology
-
None
-
None
-
None
-
None
-
None
-
None
Server parameters can be made conditional on either a minimum FCV or a feature flag in the IDL definitions, as follows:
spTestNeedsFeatureFlagToaster:
description: "Server Parameter gated on featureFlagToaster"
set_at: runtime
cpp_varname: gSPTestFeatureFlagToaster
cpp_vartype: bool
condition:
feature_flag: gFeatureFlagToaster
min_fcv: 8.1
This is currently implemented as ServerParameter acquiring a global FCV snapshot and using this as the basis for checking is the minimum FCV or feature flag condition is fulfilled..
This logic should be adapted to also take Operation FCV into account.