flume 以 kafka 为channel 的配置

#此配置以kafka的一个topic为channel,相比其他channel类型 file和cache 兼并了快和安全的要求!


# Define a kafka channel

a1.channels.c1.type = org.apache.flume.channel.kafka.KafkaChannel
a1.channels.c1.kafka.bootstrap.servers = kafka-1:9092,kafka-2:9092,kafka-3:9092
a1.channels.c1.kafka.topic = channel1
a1.channels.c1.kafka.consumer.group.id = flume-consumer
# Define an spooldir source
a1
.sources.src.type = spooldir
a1
.sources.src.spoolDir = /home/flumeSpool
a1
.sources.src.deletePolicy=immediate
#为了把数据分发到kafka topic的所有partition

a1.sources.src.interceptors = i2
a1.sources.src.interceptors.i2.type=org.apache.flume.sink.solr.morphline.UUIDInterceptor$Builder 
a1
.sources.src.interceptors.i2.headerName=key
a1
.sources.src.interceptors.i2.preserveExisting=false

# Define a kafka sink

a1
.sinks.k1.type = org.apache.flume.sink.kafka.KafkaSink
a1
.sinks.k1.topic = web_nginx_log
a1
.sinks.k1.brokerList =
kafka-1:9092,kafka-2:9092,kafka-3:9092
 
  
a1.sinks.k1.kafka.producer.acks = 1
a1.sinks.k1.kafka.producer.linger.ms = 1 a1.sinks.ki.kafka.producer.compression.type = snappy
 
  

# Finally, now that we've defined all of our components, tell
a1
.channels = c1
a1
.sources = src
a1
.sinks = k1

# Bind the source and sink to the channel
a1
.sources.src.channels = c1
a1
.sinks.k1.channel = c1

 

转载于:https://www.cnblogs.com/RichardYD/p/6283748.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值