/flume-udp-source

Apache Flume source plugin allowing direct consumption of UDP messages

Primary LanguageJavaApache License 2.0Apache-2.0

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.