jason810496 opened a new pull request, #71874: URL: https://github.com/apache/airflow/pull/71874
## Why The experimental Go SDK maintained a standalone Edge Worker and a coordinator runtime with overlapping task lifecycle, transport, logging, and configuration code. Standardizing on `ExecutableCoordinator` removes that duplication and keeps Go tasks on the supervisor-backed execution path. ## What - Remove the Go Edge Worker command, worker runtime, Edge and Execution API clients, go-plugin protocol, logging server, configuration, generated clients, and mocks. - Remove the Go worker options from Breeze and the CI container startup paths, then regenerate the affected command help and architecture diagrams. - Update the Go SDK and Airflow documentation, including a retirement ADR and coordinator-only deployment guidance. --- ##### Was generative AI tooling used to co-author this PR? - [x] Yes, with help of OpenAI Codex (GPT-5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
