Files
fission-src/doc/thinking/2026-04-26-namespace-manager-step50.md
T

17 lines
602 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 2026-04-26 — NamespaceManager rewrite, step 50
## Цель шага
Сделать orchestration API для managed namespace watcher-а жёстче и читабельнее.
## Что меняем
1. Добавляем `ManagedNamespaceWatcherConfig`.
2. `PrepareManagedNamespaceWatcher()` и `RunManagedNamespaceWatcher()` принимают config struct.
3. Если strategy не задана, используется `track-only`.
4. Обновляем unit tests и call sites.
## Что НЕ меняем
- не меняем runtime semantics;
- не меняем subscriber logic.