|
| 1 | +--- |
| 2 | +title: "SOFA Weekly | 本周贡献 & issue 精选" |
| 3 | +authorlink: "https://github.com/sofastack" |
| 4 | +description: "SOFA Weekly | 本周贡献 & issue 精选" |
| 5 | +categories: "SOFA Weekly" |
| 6 | +tags: ["SOFA Weekly"] |
| 7 | +date: 2023-03-24T15:00:00+08:00 |
| 8 | +cover: "https://gw.alipayobjects.com/mdn/sofastack/afts/img/A*NAHaRrQqGzAAAAAAAAAAAAAAARQnAQ" |
| 9 | +--- |
| 10 | + |
| 11 | +## SOFA WEEKLY | 每周精选 |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +**筛选每周精华问答,同步开源进展,欢迎留言互动~** |
| 16 | + |
| 17 | +**SOFA**Stack(**S**calable **O**pen **F**inancial **A**rchitecture Stack)是蚂蚁集团自主研发的金融级云原生架构,包含了构建金融级云原生架构所需的各个组件,包括微服务研发框架,RPC 框架,服务注册中心,分布式定时任务,限流/熔断框架,动态配置推送,分布式链路追踪,Metrics 监控度量,分布式高可用消息队列,分布式事务框架,分布式数据库代理层等组件,也是在金融场景里锤炼出来的最佳实践。 |
| 18 | + |
| 19 | +**SOFAStack 官网:** *[https://www.sofastack.tech](https://www.sofastack.tech)* |
| 20 | + |
| 21 | +**SOFAStack:** *[https://github.com/sofastack](https://github.com/sofastack)* |
| 22 | + |
| 23 | +### SOFAStack 社区会议 |
| 24 | + |
| 25 | +**Layotto** |
| 26 | +主题:Layotto 社区会议 |
| 27 | +时间:3 月 29 号(下周三)下午 14 点 |
| 28 | +钉钉会议令:688 824 34655 |
| 29 | +电话呼入:+862759771621(中国大陆)+8657128356288(中国大陆) |
| 30 | +钉钉入会链接:[dingtalk://dingtalkclient/page/videoConfFromCalendar?confId=1cebca80-e8cd-4f26-b529-79bac0ce7493&appendCalendarId=1&calendarId=2316789049](dingtalk://dingtalkclient/page/videoConfFromCalendar?confId=1cebca80-e8cd-4f26-b529-79bac0ce7493&appendCalendarId=1&calendarId=2316789049) |
| 31 | + |
| 32 | +议题: |
| 33 | +- 2023 开源之夏-课题/导师招募 #894 |
| 34 | +- Discussion: 自建各种 Component #902 |
| 35 | +- 希望 Layotto 提供高性能的通信交互能力 #867 |
| 36 | + |
| 37 | +欢迎感兴趣同学参加,有任何想交流讨论的议题可以直接留言。 |
| 38 | +想要参加社区建设的同学可以关注社区的新手任务列表,总有一个适合你。 |
| 39 | + |
| 40 | +「Layotto」: |
| 41 | + |
| 42 | +[https://github.com/mosn/layotto/issues/907](https://github.com/mosn/layotto/issues/907) |
| 43 | + |
| 44 | +### SOFAStack 社区本周贡献 |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | +### SOFAStack GitHub issue 精选 |
| 49 | + |
| 50 | +**本周各项目回复 issue 共计 2 条** |
| 51 | + |
| 52 | +欢迎大家在 GitHub 提交 issue 与我们互动 |
| 53 | + |
| 54 | +我们会筛选 issue 通过 |
| 55 | + |
| 56 | +" SOFA WEEKLY " 的形式回复 |
| 57 | + |
| 58 | +**1.@kunple-w #916** |
| 59 | + |
| 60 | +>SpringBoot 2.2 废弃了 logging.path,2.3 已删除该属性,应使用 logging.file.pat。 |
| 61 | +Steps to reproduce the behavior: |
| 62 | +- 使用 SOFA 3.10.0,按照 SOFA guides 配置 logging.path,启动后并没有出现文档中的一些日志文件。 |
| 63 | +- 降级为 sample 中的 3.2.0 版本,日志文件出现。 |
| 64 | +截图如下(2个属性同时配置): |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | +A:SOFA 中间件中使用 sofa-common-tools 打印的日志,日志空间和 SOFABoot 应用程序是隔离的。因此可以同时使用 logging.path 以及 logging.file.path 属性分别定义 SOFA 中间件和 SOFABoot 应用程序的日志路径。 |
| 69 | + |
| 70 | +**「SOFABoot」**:*[https://github.com/sofastack/sofa-boot/issues/1061](https://github.com/sofastack/sofa-boot/issues/1061)* |
| 71 | + |
| 72 | +**2.@shuangchengsun #263** |
| 73 | + |
| 74 | +>客户端的上下线,Client1 处于下线过程,此时 Client1 在路由表中的状态是如何维护的? |
| 75 | + |
| 76 | + |
| 77 | +A:data 上有一个定时器去维护每个 Session 相关数据的,如果 Session 挂了,data 大约 30s 后把挂掉的 Session 的数据清理掉,同时链接挂掉的 Session 上的的 Client(除掉了下的 Client) 会自动重新连接到其他 Session 上,然后会把数据增加一个版本重新注册到 Session 上,Session 会再发到那台数据上。 |
| 78 | + |
| 79 | +**「SOFARegistry」**:*[https://github.com/sofastack/sofa-registry/issues/263](https://github.com/sofastack/sofa-registry/issues/263)* |
| 80 | + |
| 81 | +### 本周推荐阅读 |
| 82 | + |
| 83 | +[应用运行时 Layotto 进入 CNCF 云原生全景图](https://mp.weixin.qq.com/s?__biz=MzUzMzU5Mjc1Nw==&mid=2247501562&idx=1&sn=67f6fdf0d630ffefc1635b82651a1b2f&chksm=faa32920cdd4a03604cff93e9de80df78094a4211dee0d34409ec8a6edbf3d043615e9e7431d&scene=21) |
| 84 | + |
| 85 | +[MOSN 子项目 Layotto:开启服务网格+应用运行时新篇章](https://mp.weixin.qq.com/s?__biz=MzUzMzU5Mjc1Nw==&mid=2247488835&idx=1&sn=d645b9abc866048e679b56bfe3b72482&chksm=faa0fa99cdd7738ff1749ae75b1670f953c92b70dcf0358337977438fd74b632b21a7b17ece3&scene=21) |
| 86 | + |
| 87 | +[降本增效:蚂蚁在 Sidecarless 的探索和实践](https://mp.weixin.qq.com/s?__biz=MzUzMzU5Mjc1Nw==&mid=2247517989&idx=1&sn=1b49b68c9281d0c2514fa4caa38284fb&chksm=faa368ffcdd4e1e9fa5361d6ea376bbc426272c7a32250cc67ae27dcd84a6113b4a016a1518d&scene=21) |
| 88 | + |
| 89 | +[如何看待 Dapr、Layotto 这种多运行时架构](https://mp.weixin.qq.com/s?__biz=MzUzMzU5Mjc1Nw==&mid=2247510516&idx=1&sn=eff21915cd0ac1a8c8e3f126b549a605&chksm=faa3462ecdd4cf38ab6ab0c7201902fb53d54cea4865f9b7d7cdcdc7eaa00cf354d8b05e5393&scene=21) |
| 90 | + |
| 91 | +欢迎扫码关注: |
| 92 | + |
| 93 | + |
0 commit comments