whitepages / flume-udp-source

Apache Flume source plugin allowing direct consumption of UDP messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Flume plugin allowing direct consumption of UDP messages. Note that this software is under active development and should not be considered ready for production use.

Developed for use with Apache Flume 1.4.

To use, add the following to flume.conf:

a1.sources = udp
a1.sources.udp.type = com.whitepages.flume.plugins.source.udp.UDPSource
a1.sources.udp.bind = localhost
a1.sources.udp.port = 5515
a1.sources.udp.maxsize = 65536

Adapted directly from original work by @ottomata Many thanks for his work. https://github.com/ottomata/flume-ng/tree/udp-source

This plugin is distributed under the same license as Apache Flume 1.4.

About

Apache Flume source plugin allowing direct consumption of UDP messages

License:Apache License 2.0


Languages

Language:Java 99.7%Language:Ruby 0.3%