update build.gradle
1 file changed
tree: 57780a28362819b31765241e12904317d3dd10ef
  1. .github/
  2. docker/
  3. docs/
  4. eventmesh-admin/
  5. eventmesh-common/
  6. eventmesh-connector-plugin/
  7. eventmesh-examples/
  8. eventmesh-protocol-plugin/
  9. eventmesh-registry-plugin/
  10. eventmesh-runtime/
  11. eventmesh-sdk-java/
  12. eventmesh-security-plugin/
  13. eventmesh-spi/
  14. eventmesh-starter/
  15. style/
  16. tools/
  17. .asf.yaml
  18. .gitignore
  19. .licenserc.yaml
  20. build.gradle
  21. CONTRIBUTING.md
  22. CONTRIBUTING.zh-CN.md
  23. DISCLAIMER-WIP
  24. gradle.properties
  25. gradlew
  26. gradlew.bat
  27. install.sh
  28. LICENSE
  29. NOTICE
  30. README.md
  31. README.zh-CN.md
  32. settings.gradle
README.md

Apache EventMesh (incubating)

CI status CodeCov Language grade: Java Total alerts GitHub release License Slack Status

点我查看中文版

logo

What is EventMesh?

EventMesh(incubating) is a dynamic event-driven application runtime used to decouple the application and backend middleware layer, which supports a wide range of use cases that encompass complex multi-cloud, widely distributed topologies using diverse technology stacks.

architecture1

EventMesh Architecture:

architecture1

Components:

  • eventmesh-runtime : an middleware to transmit events between event producers and consumers, support cloud native apps and microservices.
  • eventmesh-sdk-java : currently supports HTTP and TCP protocols.
  • eventmesh-connector-api : an api layer based on OpenMessaging api and SPI pluggin, which can be implemented by popular EventStores such as IMDG, Messaging Engine and OSS etc.
  • eventmesh-connector-plugin : plugins for connector.
  • eventmesh-connector-standalone : an implementation of eventmesh-connector-api, pub event to or sub event from InMemory as EventStore.
  • eventmesh-connector-rocketmq : an implementation of eventmesh-connector-api, pub event to or sub event from RocketMQ as EventStore.
  • eventmesh-connector-kafka(WIP) : an implementation of eventmesh-connector-api, pub event to or sub event from Kafka as EventStore.
  • eventmesh-connector-redis(WIP) : an implementation of eventmesh-connector-api, pub event to or sub event from Redis as EventStore.
  • eventmesh-connector-defibus(WIP) : an implementation of eventmesh-connector-api, pub event to or sub event from DeFiBus as EventStore
  • eventmesh-admin : clients,topics,subscriptions and other management.
  • eventmesh-registry-plugin : plugins for registry adapter.
  • eventmesh-security-plugin : plugins for security adpater.
  • eventmesh-protocol-plugin : plugins for protocol adapter.

Protocol:

The protocol of eventmesh is easier and more convenient, you can read more here

Feature

Event & Service

  • [x] Pub/Sub
  • [x] Request/Reply
  • [ ] Event Streaming
  • [ ] Event transaction
  • [ ] At-least-once/at-most-once delivery guarantees

Store Connector

  • [x] RocketMQ
  • [x] InMemory
  • [ ] Federated
  • [ ] Kafka
  • [ ] Redis
  • [ ] Pulsar
  • [ ] RabbitMQ
  • [ ] DeFiBus
  • [ ] Cold storage (S3, Minio, SQL, key/value, etc...)

Protocol

  • [x] TCP
  • [x] Http
  • [ ] gRPC
  • [ ] CloudEvents
  • [ ] MQTT
  • [ ] WebSocket
  • [ ] AMQP
  • [ ] AsyncAPI

SDK

  • [x] Java
  • [ ] C
  • [ ] Go
  • [ ] Python

Deploy

  • [x] Sidecar
  • [x] Gateway
  • [x] Docker

Metrics

  • [x] OpenTelemetry
  • [x] Promethus exporter

Tracing

  • [x] OpenTelemetry
  • [x] Zipkin exporter
  • [ ] Skywalking

Governance

  • [x] Client management
  • [ ] Topic management
  • [ ] Metadata registry
  • [ ] Schema registry
  • [ ] Dynamic config

Choreography

  • [ ] Servelss workflow
  • [ ] Event function,triggers and bindings

Security

  • [ ] Auth
  • [ ] ACL

Runtime

  • [ ] WebAssembly runtime

Quick Start

  1. Store quickstart
  2. Runtime quickstart or Runtime quickstart with docker.
  3. Java SDK examples.

Contributing

Contributions are always welcomed! Please see CONTRIBUTING for detailed guidelines.

You can start with the issues labeled with good first issue. GitHub Issues

Landscape

License

Apache License, Version 2.0 Copyright (C) Apache Software Foundation.

Community

WeChat AssistantWeChat public accountSlack
wechat_qrwechat_official_qrJoin slack chat

Mailing Lists:

NameDescriptionSubscribeUnsubscribeArchive
UsersUser support and questions mailing listSubscribeUnsubscribeMail Archives
DevelopmentDevelopment related discussionsSubscribeUnsubscribeMail Archives
CommitsAll commits to repositoriesSubscribeUnsubscribeMail Archives