Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/whitepages/flume-udp-source

Apache Flume source plugin allowing direct consumption of UDP messages
https://github.com/whitepages/flume-udp-source

Last synced: 2 months ago
JSON representation

Apache Flume source plugin allowing direct consumption of UDP messages

Lists

README

        

[![Build Status](https://travis-ci.org/whitepages/flume-udp-source.png?branch=master)](https://travis-ci.org/whitepages/flume-udp-source)

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.