flume三:flume Channel selector介绍

本文介绍了Flume中三种选择器的配置与使用方法:复制型通道选择器(ReplicatingChannelSelector)、多路复用型通道选择器(MultiplexingChannelSelector)及自定义通道选择器(CustomChannelSelector)。通过具体的配置实例,帮助读者理解如何根据需求选择合适的选择器。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

flume默认提供以下Selectors:

Replicating Channel Selector

a1.sources = r1

a1.channels = c1 c2 c3
a1.sources.r1.selector.type = replicating
a1.sources.r1.channels = c1 c2 c3
a1.sources.r1.selector.optional = c3


Multiplexing Channel Selector
a1.sources = r1
a1.channels = c1 c2 c3 c4
a1.sources.r1.selector.type = multiplexing
a1.sources.r1.selector.header = state
a1.sources.r1.selector.mapping.CZ = c1
a1.sources.r1.selector.mapping.US = c2 c3
a1.sources.r1.selector.default = c4


Custom Channel Selector
自定义selector,需要实现ChannelSelector接口
a1.sources = r1
a1.channels = c1
a1.sources.r1.selector.type = org.example.MyChannelSelector
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值