mfordjody opened a new pull request, #1006: URL: https://github.com/apache/dubbo-kubernetes/pull/1006
## Summary - complete proxyless east-west scale-to-zero with cold EDS rewrite to Activator and hot EDS restoration - keep backend and Activator identities permanently pinned in CDS SAN matching so cold/hot transitions only change EDS - make managed Gateways activation-aware, HA-safe, and isolated per Gateway - publish HA-consistent policy readiness from shared KEDA ScaledObject and Gateway status - add a pinned dxgate real kind/KEDA CI job and production-oriented activation documentation ## Validation - make verify: golangci-lint, full Go race suite, shell and Helm checks passed - real kind + KEDA E2E: 0 to 1 to 0, cold request held and completed, EDS hot-path bypass, two dubbod and two Activator replicas, one replica of each deleted and recovered - focused activation/bootstrap race tests: 85 passed - actionlint, shellcheck, git diff check passed ## Scope This makes HTTP and unary gRPC activation production-ready for opt-in services. Streaming RPCs, long-lived connections, slow cache-heavy startup beyond caller deadlines, and workloads with high east-west transfer remain outside the scale-to-zero recommendation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
