消息订阅
kunpengku
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mypipe使用中出现的null:4问题
在下载好 mypipe ,配置好数据库后,启动时发现 订阅到的 MySQL binlog的文件名和position都不对, 显示是null:4 我在下面这个链接找到解决方法 https://github.com/mardambey/mypipe/issues/50diff --git a/mypipe-runner/src/main/scala/mypipe/runner/PipeRunner原创 2017-01-13 08:53:13 · 788 阅读 · 1 评论 -
RabbitMQ
helloworld 官方教程 http://www.rabbitmq.com/tutorials/tutorial-one-java.html生产者 https://github.com/kunpengku/farmer/blob/master/rabbitmq/hello/Send.java 消费者 https://github.com/kunpengku/farmer/blob/ma原创 2017-02-13 15:27:45 · 460 阅读 · 0 评论 -
mypipe部署
git clone https://github.com/mardambey/mypipe.git vi mypipe-runner/src/main/scala/mypipe/runner/PipeRunner.scala 55行 //shutdown() 注释 使用的主配置文件 mypipe-runner/src/main/resources/application.conf ,修原创 2017-03-07 09:03:55 · 1890 阅读 · 0 评论 -
mypipe+kafka订阅MySQL实践
1,结构图 mypipe安装部署持续更新===原创 2017-03-07 09:21:51 · 2816 阅读 · 0 评论
分享