摘要: 为了方便使用Flink对流式数据进行统一的读写,需要开发统一的source服务 1. kafka source 需要可配置的参数,参考flume的kafka source配置参数 https://flume.apache.org/FlumeUserGuide.html#kafka-source 定义 阅读全文
posted @ 2016-05-17 23:40 tonglin0325 阅读(458) 评论(0) 推荐(0) 编辑
摘要: DelayQueue是一个基于优先队列(PriorityQueue)实现的阻塞队列(BlockingQueue),队列中的消息的优先级是根据消息的TTL来决定的。 参考:Java延迟队列DelayQueue 使用延迟队列实现定时任务调度器 参考:https://soulmachine.gitbook 阅读全文
posted @ 2016-05-17 23:37 tonglin0325 阅读(1900) 评论(0) 推荐(0) 编辑