Skip to content

Commit 1267da7

Browse files
authored
Apply suggestion from @toddbaert
Signed-off-by: Todd Baert <[email protected]>
1 parent 020c565 commit 1267da7

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

docs/guides/migrating-to-flag-sets.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -120,26 +120,6 @@ flagSetId: "backend-team" # Backend features
120120

121121
Choose the pattern that best matches your deployment and organizational structure.
122122

123-
## Testing and Rollback
124-
125-
**Test Migration:**
126-
127-
```bash
128-
# Verify new selector works
129-
curl -H "Flagd-Selector: flagSetId=my-app" \
130-
http://localhost:8014/ofrep/v1/evaluate/flags
131-
132-
# Check backward compatibility
133-
curl -H "Flagd-Selector: config/legacy-flags.json" \
134-
http://localhost:8014/ofrep/v1/evaluate/flags
135-
```
136-
137-
**Rollback if Needed:**
138-
139-
- Revert provider configurations to source-based selectors
140-
- Keep `flagSetId` metadata in flag configurations for future attempts
141-
- Use metadata reflection to debug issues
142-
143123
## Common Issues
144124

145125
**No flags returned**: Check that `flagSetId` in selector matches flag configuration exactly

0 commit comments

Comments
 (0)