mysql binlog flume,flume-canal-source

flume-canal-source

flume version : 1.7.0

canal version : 1.0.24

flume 是什么

Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. It has a simple and flexible architecture based on streaming data flows. It is robust and fault tolerant with tunable reliability mechanisms and many failover and recovery mechanisms. It uses a simple extensible data model that allows for online analytic application.

canal 是什么

阿里巴巴mysql数据库binlog的增量订阅&消费组件

flume-canal-source 做了什么

flume-canal-source 是对 flume 的 source 扩展。从 canal 获取数据到 flume channel。

进而可以实现binlog数据到 kafka / hdfs / hive / elasticsearch 等等。

**canal 和 flume 都有高可用的解决方案,这种方式同步 binlog 可用性非常高。**组合前人的优秀轮子,不重复造轮子。

如何使用

部署 canal、flume 这里忽略。

配置 flume

配置 source 类型*

agent.sources = canalSource

agent.sources.canalSource.type = com.weiboyi.etl.flume.source.canal.CanalSource

配置连接 canal 的三种方式*

# 1. zookeeper servers

agent.sources.canalSource.zkServers = zookeeper-host:2181

# 2. canal server urls

agent.sources.canalSource.serverUrls = canal-server1:111111,canal-server2:111111

# 3. canal server urls

agent.sources.canalSource.serverUrl = canal-server1:111111

配置 canal destination*

agent.sources.canalSource.destination = example

配置用户名密码

agent.sources.canalSource.username = user

agent.sources.canalSource.password = passwd

binlog batch size, default 1024

agent.sources.canalSource.batchSize = 1024

是否需要 MySQL 修改前的数据, default true

agent.sources.canalSource.oldDataRequired = true

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值