This is an automated email from the ASF dual-hosted git repository. wqliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/eventmesh-site.git
commit bebbc355b06341e625d9bf06de603f12d9be514b Merge: 7a6339e61 c0b558853 Author: wqliang <[email protected]> AuthorDate: Wed May 21 17:31:57 2025 +0800 Merge pull request #248 from xwm1992/fix-247 [Enhancement] update eventmesh architecture image .../version-v1.11.0.json | 34 ++ .../01-runtime-protocol.md | 417 +++++++++++++++++++++ .../01-event-handling-and-integration/02-https.md | 30 ++ .../03-cloudevents.md | 102 +++++ .../04-event-bridge.md | 156 ++++++++ .../05-webhook.md | 334 +++++++++++++++++ .../06-workflow.md | 258 +++++++++++++ .../_category_.json | 4 + .../version-v1.11.0/design-document/01-spi.md | 111 ++++++ .../02-observability/01-metrics-export.md | 47 +++ .../design-document/02-observability/02-tracing.md | 87 +++++ .../02-observability/03-prometheus.md | 36 ++ .../design-document/02-observability/04-zipkin.md | 43 +++ .../design-document/02-observability/05-jaeger.md | 44 +++ .../02-observability/_category_.json | 4 + .../version-v1.11.0/design-document/02-stream.md | 115 ++++++ .../design-document/03-connect/00-connectors.md | 51 +++ .../03-connect/01-rabbitmq-connector.md | 42 +++ .../03-connect/02-http-connector.md | 67 ++++ .../03-connect/03-redis-connector.md | 33 ++ .../03-connect/04-mongodb-connector.md | 36 ++ .../03-connect/05-knative-connector.md | 116 ++++++ .../03-connect/06-lark-connector.md | 36 ++ .../03-connect/07-dingtalk-connector.md | 34 ++ .../03-connect/08-wecom-connector.md | 30 ++ .../03-connect/09-slack-connector.md | 25 ++ .../design-document/03-connect/_category_.json | 4 + .../design-document/03-schema-registry.md | 134 +++++++ .../design-document/_category_.json | 5 + .../version-v1.11.0/instruction/01-store.md | 49 +++ .../instruction/02-store-with-docker.md | 69 ++++ .../version-v1.11.0/instruction/03-runtime.md | 274 ++++++++++++++ .../instruction/04-runtime-with-docker.md | 169 +++++++++ .../version-v1.11.0/instruction/05-demo.md | 247 ++++++++++++ .../version-v1.11.0/instruction/06-operator.md | 97 +++++ .../version-v1.11.0/instruction/07-faq.md | 41 ++ .../version-v1.11.0/instruction/_category_.json | 6 + .../version-v1.11.0/introduction.md | 33 ++ .../version-v1.11.0/roadmap.md | 92 +++++ .../version-v1.11.0/sdk-java/01-intro.md | 37 ++ .../version-v1.11.0/sdk-java/02-http.md | 116 ++++++ .../version-v1.11.0/sdk-java/03-tcp.md | 118 ++++++ .../version-v1.11.0/sdk-java/04-grpc.md | 174 +++++++++ .../version-v1.11.0/sdk-java/_category_.json | 4 + .../upgrade-guide/01-upgrade-guide.md | 15 + .../version-v1.11.0/upgrade-guide/_category_.json | 5 + src/components/Hero.tsx | 2 +- static/images/eventmesh-architecture-5.png | Bin 0 -> 309136 bytes 48 files changed, 3982 insertions(+), 1 deletion(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
