摘要: flume agent 内部原理 1、Source采集数据, 将数据封装成Event对象, 然后将数据交给 Channel Processor (利用该类的方法进行下一步的处理) 2、 Channel Processor 将Event事件传递给拦截器链(Intercepter,进行简单的数据清洗) 阅读全文
posted @ 2020-01-26 14:16 craz_cat 阅读(537) 评论(0) 推荐(0)