- 快召唤伙伴们来围观吧
- 微博 QQ QQ空间 贴吧
- 文档嵌入链接
- 复制
- 微信扫一扫分享
- 已成功复制到剪贴板
ShardingSphere 高可用功能详解 & 实战演练-赵锦超
视频回放全集:
展开查看详情
1 .Apache ShardingSphere 高可用功能详解 & 实操演练 赵锦超 2022.08.06
2 . 赵锦超 01 Apache ShardingSphere Committer SphereEx 研发工程师 o 从事过电商、金融行业,热爱开源 o 目前专注于 Apache ShardingSphere 高可用 & 分布式治理的相关研发工作
3 .目录 01 Apache ShardingSphere 高可用介绍 02 Apache ShardingSphere 高可用源码解析 03 Apache ShardingSphere HA & MySQL MGR 实战演练
4 .Apache ShardingSphere 高可用介绍 ShardingSphere-Proxy 高可用
5 .Apache ShardingSphere 高可用介绍 Apache ShardingSphere 本身不提供数据库高可用的能力,它通过第三方提供的高可用方案感知 数据库主从关系的切换。Apache ShardingSphere 提供数据库发现的能力,自动感知数据库主从 关系,并修正计算节点对数据库的连接。 目前支持的高可用方案 : • MySQL MGR 单主模式 • MySQL 主从复制模式 • openGauss 主从复制模式。
6 .Apache ShardingSphere 高可用介绍
7 .Apache ShardingSphere 高可用介绍 ShardingSphere 读写分离
8 .目录 01 Apache ShardingSphere 高可用介绍 02 Apache ShardingSphere 高可用源码解析 03 Apache ShardingSphere HA & MySQL MGR 实战演练
9 .Apache ShardingSphere 高可用源码解析 数据库发现模块结构
10 .Apache ShardingSphere 高可用源码解析 DatabaseDiscoveryProviderAlgorithm SPI 接口核心方法
11 .Apache ShardingSphere 高可用源码解析 checkEnvironment(final String databaseName, final Collection<DataSource> dataSources) 方法
12 .Apache ShardingSphere 高可用源码解析 isPrimaryInstance(final DataSource dataSource) 方法
13 .Apache ShardingSphere 高可用源码解析 ReplicaDataSourceStatus loadReplicaStatus(final DataSource replicaDataSource) 方法
14 .目录 01 Apache ShardingSphere 高可用介绍 02 Apache ShardingSphere 高可用源码解析 03 Apache ShardingSphere HA & MySQL MGR 实战演练
15 .Apache ShardingSphere HA & MySQL MGR 实战演练 准备工作 : • ShardingSphere-Proxy 5.1.2 or master branch & cluster mode • MySQL MGR 集群 8.x • ZooKeeper 3.7.0
16 .Apache ShardingSphere HA & MySQL MGR 实战演练
17 .Apache ShardingSphere HA & MySQL MGR 实战演练
18 .欢迎关注我们! 技术干货 加入交流群 SphereEx 官网:https://sphere-ex.com Apache ShardingSphere Website:https://shardingsphere.apache.org Apache ShardingSphere GitHub: https://github.com/apache/shardingsphere Apache ShardingSphere Slack Channel:https://apacheshardingsphere.slack.com
19 .