Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加kafka对canal binlog信息的生成消费支持 #695

Merged
merged 29 commits into from
Jun 14, 2018
Merged

增加kafka对canal binlog信息的生成消费支持 #695

merged 29 commits into from
Jun 14, 2018

Conversation

rewerma
Copy link
Collaborator

@rewerma rewerma commented Jun 13, 2018

1.在canal server端直接订阅destination获取message发送到kafka
2.在canal.properties中增加canal.withoutNetty属性,可以关闭server端的netty服务
3增加kafka的client来直接消费message数据

原来的 canal server -- netty -- message --> nio -- canal client 架构
通过kafka支持的架构:
canal server -- kafka prducer -- message --> KAFKA --> kafka consumer -- canal kafka client

@nbqyqx
Copy link
Contributor

nbqyqx commented Jun 13, 2018

Great support! Looking forward to accept the patch.

@nbqyqx
Copy link
Contributor

nbqyqx commented Jun 13, 2018

#669

@agapple
Copy link
Member

agapple commented Jun 14, 2018

非常nice的PR,我会仔细看一下

@agapple agapple merged commit dca1b20 into alibaba:master Jun 14, 2018
@agapple
Copy link
Member

agapple commented Jun 14, 2018

已经合并

@nbqyqx
Copy link
Contributor

nbqyqx commented Jun 14, 2018

效率真高 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants