qqeasonchen opened a new pull request, #5331: URL: https://github.com/apache/eventmesh/pull/5331
## Summary Rebased version of #5325 (by @wangyusheng1985) onto the current `develop` HEAD. ## What this PR does - Preserves the contributor credit for the original PR (#5325) by setting the commit `author` to `wangyusheng1985 <[email protected]>` (the original PR author). - The README content is **unchanged** from `develop` HEAD — see "Why no content change" below. ## Why no content change The 3 broken anchors in the original PR — `#run-eventmesh-runtime-locally`, `#run-eventmesh-runtime-in-docker`, `#run-eventmesh-runtime-in-kubernetes` — were already removed by **#5326** (docs: sync documentation with implementation status), which rewrote the Quick start section to point at the new [`docs/eventmesh-getting-started.md`](docs/eventmesh-getting-started.md) walkthrough. That rewrite includes: - Prerequisites - Backend choice - Docker + from-source paths - First publish - Three receive transports - Unsubscribe - SDK path …which is a more complete solution than the original PR's "deploy with Docker using default config, see docs" lead-in. So when this PR lands, the README will look identical to `develop` HEAD, but `wangyusheng1985` will be in the contributor graph (commit `author`) and the PR will close. ## Validation - `git diff --stat 2b0d7abb 38bf91b` → empty - `git cat-file -p 38bf91b` shows `author wangyusheng1985 <[email protected]>` - `git cat-file -p 38bf91b` shows the PR description in the commit body ## Credit Original implementation: @wangyusheng1985 in #5325. Closes #5325 -- 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]
