codingapi/tx-lcn
LCN distributed transaction framework, compatible with dubbo, spring cloud and Motan framework, supports various relational databases observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 3217
- days_rel: n/a
- days_push: 1092
- n_releases_24m: 0
Adoption not part of the score
4164 stars · 1437 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
TX-LCN is a Java distributed transaction framework providing consistent transactions across microservices, compatible with Dubbo, Spring Cloud, and Motan RPC frameworks. It includes a transaction client (TC), transaction manager (TM), and communication protocol modules, supporting relational databases.
Use cases
- manage distributed transactions across spring cloud microservices
- ensure data consistency with dubbo rpc calls
- coordinate transactions across multiple databases
- add distributed transaction support to motan services
- implement saga or tcc transaction patterns in java
- replace jta with a lightweight distributed transaction coordinator
When to choose
- you have java microservices using dubbo, spring cloud, or motan needing cross-service transactional consistency
- you want a dedicated transaction coordinator (TM) separate from application clients (TC)
- your stack uses relational databases like mysql
When to avoid
- you use non-JVM languages or non-relational databases
- you prefer modern alternatives like Seata with a larger active community
- your services can tolerate eventual consistency without distributed transactions
Facets
framework · maturity maintenance
database middleware rpc microservices databases backend jvm distributed-transactions lcn dubbo spring-cloud motan jta transaction-manager spring
1 source
- readme: https://github.com/codingapi/tx-lcn · fetched 2026-08-28 · 7bec2a7c2da7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| codingapi/tx-lcn | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="codingapi/tx-lcn")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem