Skip to content

Apache Flume source plugin allowing direct consumption of UDP messages

License

Notifications You must be signed in to change notification settings

shiboys/flume-udp-source

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Ruby 0.3%