codingapi/tx-lcn

6.0 下RPC框架的拦截器

Open

#502 aberto em 2 de jul. de 2020

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Java (1.469 forks)batch import
featureshelp wanted

Métricas do repositório

Stars
 (4.212 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

分布式事务需要跨模块的通讯,模块与模块之前需要传递事务的信息,为了不影响业务的情况下,需要将传递数据与业务解耦封装,在框架层面做数据拦截处理。

难点:RPC通讯框架较多,不同的框架存在通讯机制上的差异。

Guia do colaborador