qqeasonchen opened a new pull request, #5393: URL: https://github.com/apache/eventmesh/pull/5393
User-reported: the READMEs were not fully updated. Beyond the doc-path sweep in #5392, this fixes the remaining factual drift in both READMEs (and one quickstart line). ## Fixes | Issue | Reality (verified against code/branches) | Fix | | --- | --- | --- | | CodeCov badge targeted `master` | `master` is the legacy 1.x line (44 old top-level modules, e.g. `eventmesh-admin-server`); `develop` is the mainline | badge URL → `develop` | | Examples header link → `tree/master/eventmesh-examples` | same — master examples are the old line | → `tree/develop/eventmesh-examples` | | Quick start claimed a standard **8083 connector admin** port | No such default: `connector.admin.port` defaults to `0` (auto-assign) in `ConnectorApplication`; `docker/Dockerfile` EXPOSEs only 8080/8081/8082 | removed from EN/zh READMEs + `getting-started.md` | | "Pluggable storage layer — RocketMQ, Kafka, Pulsar, RabbitMQ, Redis, and more" | Shipping storage plugins are RocketMQ 4.x / 5.x + Kafka only | scoped to shipping plugins + `MeshStoragePlugin` SPI path | | "Pluggable meta service — Consul, Nacos, ETCD, Zookeeper" | Shipping meta backend is Nacos (+ in-memory single-instance) | scoped to Nacos + SPI path | Applied symmetrically to `README.md` and `README.zh-CN.md`. ## Verification - Residual scan: no `8083`, `tree/master`, codecov-`master`, Pulsar/RabbitMQ/Consul claims remain in either README or the quickstart. - All **227 internal `.md` links across docs/ + READMEs + CONTRIBUTING still resolve (0 broken)**. -- 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]
