alexandrefimov commented on PR #1: URL: https://github.com/apache/spark-connect-gateway/pull/1#issuecomment-5387413006
The routing crate landed, so the user-aware placement piece has a home now. I have an `OwnerLabelStrategy` ready against `main` — it matches `SessionKey::user_id` against an owner label on `BackendMember` and declines rather than placing a session it cannot attribute. `cargo test -p scg-routing` is 21/21, fmt and clippy clean. Every crate so far went in under its own SPARK sub-task, and I cannot create one under SPARK-58455. Could you file one, or tell me the number to use if you would rather I open the PR against something existing? -- 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]
