dromara/myth
Reliable messages resolve distributed transactions observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3197
- days_rel: n/a
- days_push: 936
- n_releases_24m: 0
Adoption not part of the score
1477 stars · 591 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Myth is a Java framework that resolves distributed transactions using reliable messages, ensuring RPC calls eventually execute by sending them through message queues. It integrates seamlessly with Spring/Spring Boot and supports Dubbo, Motan, and Spring Cloud RPC frameworks with pluggable transaction log storage and serialization.
Use cases
- resolve distributed transactions across microservices with reliable messages
- ensure RPC calls eventually execute via message queue
- add eventual consistency to Dubbo services
- add eventual consistency to Spring Cloud services
- store transaction logs in redis, mongodb, zookeeper, file, or mysql
- manage and review transaction logs in an admin dashboard
When to choose
- you use Spring plus Dubbo, Motan, or Spring Cloud and messaging middleware
- you need eventual consistency without blocking rollbacks
- you want pluggable transaction log storage and serialization via SPI
When to avoid
- you need strict ACID or automatic exception rollback semantics
- you do not use messaging middleware or a supported RPC framework
- you are not on the JVM/Spring ecosystem
Facets
framework · maturity maintenance
microservices message-queue middleware rpc microservices backend jvm distributed-transactions reliable-messages eventual-consistency dubbo spring-cloud motan rocketmq rabbitmq kafka transaction-log messaging spring docker
4 sources
- readme: https://github.com/dromara/myth · fetched 2026-08-28 · 0c13cdb223c7
- homepage: https://dromara.org · fetched 2026-08-29 · e88b9e3207c1
- site_page: https://dromara.org/about · fetched 2026-08-29 · c600af794983
- site_page: https://dromara.org/zh/about · fetched 2026-08-29 · a59146dc5767
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dromara/myth | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem