chao6118
chao6118
1.开启分布式事务 2、本地事务代码 bind(xid) try{ org.apache.ibatis.session.SqlSessionFactory sqlSessionFactory = DataSourceUtil.getSession(dsKey); org.apache.ibatis.session.SqlSession session = sqlSessionFactory.openSession(false); session.commit(); }catch(Exception e){ session.close(); } 3.如果正常进行分布式事务提交;如果有异常 分布式进行回滚 1、2、3都是在不同请求接口中,也就是不同的Controller接口中。 现在出现了 [ServerHandlerThread_1_18_500] [io.seata.core.exception.AbstractExceptionHandler] [exceptionHandleTemplate] [192.168.114.215:8091:207686808706734598]: this request cannot acquire global...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior ### Expected Behavior _No response_ ### Steps To Reproduce _No response_...
### Question 客户提供了grpc服务端,并且也提供grpc的client端 我要是用咱们的神禹怎么配置比较合理,还是说我自己新建一个项目服务使用客户的client进行交互,然后我的的项目服务注册到神禹上,还是神禹直接对接客户的grpc
### Question 能否实现这个场景,前端只发送一个post请求到后端 ,后端根据请求的参数(请求的接口名称,然后根据接口名称去数据库或者配置中心获取url,get或者post请求,params,heads,body配置,认证方式:token认证),然后后端组装完成发送到甲方的中台服务; 大体场景是就是这样的 ,就是中台提供接口 ,我提供一个前端和后端服务但是要非常的灵活,中台接口都是我后端根据参数和配置组装的
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior {2 items "code":int-119 "message":string"Can not find healthy upstream url, please check...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior docker run -d -p 9095:9095 --name shenyu-admin --net shenyu -e "shenyu.httpPath=192.168.114.21"...