flume系列之:flume消费kafka数据到其他kafka集群Topic的生产参数配置
一、声明source、channel、sink
agent-optics-prod.sources = source1
agent-optics-prod.channels = channel1
agent-optics-prod.sinks = sink1
二、通过channel关联source、sink
agent-optics-prod.sources.source1.channels = channel1
agent-optics-prod.sinks.sink1.channel = channel1
三、source配置
agent-optics.sources.source1.type