2022年5月26日

java11

摘要: module var Keyword 增强api 阅读全文

posted @ 2022-05-26 23:36 wolf2718 阅读(5) 评论(0) 推荐(0)

jvm - gc

摘要: CMS GC, the full collection is serial and STW, CMS GC、Parallel Old GC、G1 Young generation collectors Copy (enabled with -XX:+UseSerialGC) the serial c 阅读全文

posted @ 2022-05-26 23:33 wolf2718 阅读(47) 评论(0) 推荐(0)

canal

摘要: canal是canal服务器一启动,就像mysql服务器发送同步请求,然后装不下的就丢掉 还是等到canal这边有消费者的时候才去请求同步? 这个速度是怎么样的? canal server有时候会重新启动失败。 经验: 5、canal canal的高可用系列 如果其中一个instance挂了,怎么开 阅读全文

posted @ 2022-05-26 23:24 wolf2718 阅读(155) 评论(0) 推荐(0)

转-service mesh演进历程

摘要: 远在微服务出现之前,在计算机的”远古时代”,在第一代网络计算机系统中,最初的一代开发人员需要在应用代码里处理网络通讯的细节问题,比如说数据包顺序、流量控制等等,导致网络通讯逻辑和业务逻辑混杂在一起。为了解决这个问题,出现了TCP/IP技术,解决了流量控制问题,并将这些功能做成通用能力。从右边的图上可 阅读全文

posted @ 2022-05-26 23:12 wolf2718 阅读(86) 评论(0) 推荐(0)

导航