dromara/hmily
Distributed transaction solutions 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: 3261
- days_rel: n/a
- days_push: 780
- n_releases_24m: 0
Adoption not part of the score
4165 stars · 1395 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Hmily is a financial-grade flexible distributed transaction framework for Java, supporting TCC, TAC, and XA transaction patterns. It integrates non-invasively with Spring Boot, Spring Cloud, Dubbo, Motan, and other RPC frameworks.
Use cases
- ensure atomicity across microservices in Java
- implement TCC distributed transactions with Spring Cloud
- roll back distributed transactions on failure in Dubbo services
- prevent transaction suspension in financial systems
- add distributed transaction support to Spring Boot apps
- manage cross-service data consistency
When to choose
- you need high-reliability distributed transactions in a Java/Spring microservices stack
- you use Dubbo, Motan, or Spring Cloud RPC and need TCC-style compensation
- financial-grade consistency and abnormal recovery matter
When to avoid
- your application is a single monolith with one database - local transactions suffice
- you are not on the JVM
- you need a polyglot solution across non-Java services
Facets
library · maturity active
microservices middleware database workflow-automation microservices backend fintech jvm distributed-transactions tcc saga xa spring-boot dubbo spring-cloud spring
4 sources
- readme: https://github.com/dromara/hmily · fetched 2026-08-28 · 97989518b168
- 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/hmily | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem