03 2023 档案
摘要:环境准备 服务器资源 | host | IP | role | | | | | | ad8a014847bd | 172.17.0.3:22023 | master/minion | | 27959909b442 | 172.17.0.4:22024 | minion | | bd5caff87db
阅读全文
摘要:拉取centos7 docker pull centos:centos7 查看本地镜像 docker images 运行容器 考虑到,docker在容器运行之后,扩展映射端口比较麻烦,因此多映射了一下端口便于后续使用。 docker run -itd --net staticnet --ip 172
阅读全文
摘要:seata是使用CompletableFuture来处理响应结果的。seata单独封装了MessageFuture类,用来包裹CompletableFuture: public class MessageFuture { private RpcMessage requestMessage; priv
阅读全文
摘要:seata数据源代理流程 1-SeataDataSourceAutoConfiguration 创建SeataAutoDataSourceProxyCreator对象,默认seata模式为AT 2-SeataAutoDataSourceProxyCreator 设置advisor用于来接实现Data
阅读全文