Flume对接kafka
1.简单的对接需求:使用收集控制台的信息存储再kafka并用kafka消费者消费Flume配置文件:# Name the components on this agenta1.sources = r1a1.sinks = k1a1.channels = c1# Describe/configure the sourcea1.sources.r1.type = netcata1.sources.r1.bind = 0.0.0.0a1.sources.r1.port = 444











