qqeasonchen opened a new pull request, #267:
URL: https://github.com/apache/eventmesh-site/pull/267

   Homepage Quick Start refresh to the v2 contract. (The same change was pushed 
to the #266 branch minutes after it was squash-merged and missed it — 
resubmitted here on top of master `9002a7ef5`. Content is byte-identical.)
   
   ## Before → After
   
   | | Old (v1.x API) | New (v2 contract) |
   | --- | --- | --- |
   | Start | — | `docker run -d -p 10105:10105 -p 10106:10106 apache/eventmesh` 
— memory storage by default, zero broker; `GET :10106/admin/health` |
   | Publish | `POST /eventmesh/publish/TEST-TOPIC-HTTP-ASYNC` + `{name, pass}` 
body | `POST /events/publish?topic=orders` + **CloudEvents 1.0** body 
(`Content-Type: application/cloudevents+json`, 202 Accepted = durable in the 
WAL) |
   | Subscribe | `POST /eventmesh/subscribe/local` webhook + `consumerGroup` | 
`POST /events/subscribe` (`clientId` + `mode`, no consumer groups — EventMesh 
tracks offsets) + long-poll `/events/poll` + explicit `/events/ack` 
(at-least-once); SSE/WS noted |
   | Storage tagline | "RocketMQ, Kafka, AutoMQ" | in-memory WAL default; 
RocketMQ 4.x/5.x + Kafka for production |
   | Misc | "Download v1.12.0" button label; Subscribe nav → community page | 
label de-versioned; nav → `/docs/quickstart/getting-started` |
   
   Mirrors `docs/quickstart/getting-started.md` @ apache/eventmesh develop 
`624585d23`.
   


-- 
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]

Reply via email to