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

模块化mq connector #2562

Merged
merged 5 commits into from
Feb 28, 2020
Merged

模块化mq connector #2562

merged 5 commits into from
Feb 28, 2020

Conversation

rewerma
Copy link
Collaborator

@rewerma rewerma commented Jan 27, 2020

新增connector模块,以spi的方式独立加载kafka、RabbitMQ、RocketMQ等mq producer。可自定义connector连接其它mq

@codecov-io
Copy link

codecov-io commented Jan 27, 2020

Codecov Report

Merging #2562 into master will decrease coverage by 0.13%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master   #2562      +/-   ##
===========================================
- Coverage      4.89%   4.76%   -0.14%     
  Complexity      239     239              
===========================================
  Files           366     392      +26     
  Lines         34604   35588     +984     
  Branches       5381    5546     +165     
===========================================
  Hits           1694    1694              
- Misses        32661   33645     +984     
  Partials        249     249
Impacted Files Coverage Δ Complexity Δ
...nnector/kafka/producer/KafkaMessageSerializer.java 0% <ø> (ø) 0 <0> (?)
...r/rabbitmq/producer/AliyunCredentialsProvider.java 0% <ø> (ø) 0 <0> (?)
...er/canal/connector/core/config/CanalConstants.java 0% <0%> (ø) 0 <0> (?)
.../otter/canal/connector/core/util/JdbcTypeUtil.java 0% <0%> (ø) 0 <0> (?)
...baba/otter/canal/connector/core/util/TimeZone.java 0% <0%> (ø) 0 <0> (?)
.../canal/connector/core/producer/MQMessageUtils.java 0% <0%> (ø) 0 <0> (?)
...r/canal/connector/kafka/config/KafkaConstants.java 0% <0%> (ø) 0 <0> (?)
...a/otter/canal/connector/core/util/MessageUtil.java 0% <0%> (ø) 0 <0> (?)
...nector/rocketmq/config/RocketMQProducerConfig.java 0% <0%> (ø) 0 <0> (?)
...al/connector/core/producer/AbstractMQProducer.java 0% <0%> (ø) 0 <0> (?)
... and 58 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b6333f0...a4afe4c. Read the comment docs.

@agapple
Copy link
Member

agapple commented Feb 28, 2020

非常赞哈,给后续扩展更多的MQ提供了基础

@agapple agapple merged commit 265a8e8 into alibaba:master Feb 28, 2020
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