keysExcludedByNamespace property
Keys dropped because their (source-side) namespace was set but not listed in PlatformConfig.namespaces. Grouped by namespace so sync can summarize "skipped N keys in namespaces X, Y, Z" without dumping every key. Empty when filtering is off or every key's namespace passed the allowlist.
Implementation
final Map<String, List<String>> keysExcludedByNamespace;