You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core, open source code should be insulated from checking feature flags. Instead, licensed features are implemented behind interfaces that are unconditionally called by core code. Features are enabled or disabled asynchronously, so core code need to get new interfaces regularly.
Problem
Core, open source code should be insulated from checking feature flags. Instead, licensed features are implemented behind interfaces that are unconditionally called by core code. Features are enabled or disabled asynchronously, so core code need to get new interfaces regularly.
RFC
Acceptance criteria
This work will use Enterprise Audit logging as the first feature to be integrated with the Feature Server.
Start with an unlicensed cluster
The text was updated successfully, but these errors were encountered: