摘要: dapeng soa 1.Scala sbt插件 1.1.ThriftGeneratorPlugin 生成 Thrift 代码及资源 1.2.RunContainerPlugin 运行大鹏服务 1.3.DbGeneratePlugin 数据库生成插件 1.4.ImageGeneratorPlugin 阅读全文
posted @ 2018-08-28 10:43 冰冰与铛铛 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 大鹏RPC 1.概述 2.通讯协议 2.1.数据包 4bytes|1byte|1byte|1byte|4bytes|header|body|1byte | | | | | | | 包长度|起始标记固定 0x02|版本号固定1|协议|序列号|头部|正文|结束标志固定0x03 2.2.序列化协议 编号| 阅读全文
posted @ 2018-08-28 10:42 冰冰与铛铛 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 大鹏任务调度 1.原理 2.使用 3.分析 阅读全文
posted @ 2018-08-28 10:40 冰冰与铛铛 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 大鹏消息服务 1.概述 应用事件发生时,将事件序列化存储至数据库,应用启动定时任务,抓取数据库任务将事件消息发送到Kafka队列.消费方订阅Kafka消息,完成事件订阅. 2.使用 [源自 today wiki] 2.1.事件发布(生产者,Producer) 2.1.1.需要发送消息的项目依赖jar 阅读全文
posted @ 2018-08-28 10:38 冰冰与铛铛 阅读(236) 评论(0) 推荐(0) 编辑