----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52279/ -----------------------------------------------------------
(Updated Oct. 4, 2016, 6:18 a.m.) Review request for Flume and Balázs Donát Bessenyei. Changes ------- Fix typo NetcatHand(l)er Repository: flume-git Description ------- Implementation is heavily based on the existing SyslogUDPSource - the tests and implementation mirror that. We could consider making it a superclass of SyslogUDPSource and removing the syslog parsing, if this was felt tidier. Diffs (updated) ----- flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceType.java 4f4073a flume-ng-core/src/main/java/org/apache/flume/source/NetcatUdpSource.java PRE-CREATION flume-ng-core/src/test/java/org/apache/flume/source/TestDefaultSourceFactory.java baa8500 flume-ng-core/src/test/java/org/apache/flume/source/TestNetcatUdpSource.java PRE-CREATION flume-ng-doc/sphinx/FlumeUserGuide.rst ab71d38 Diff: https://reviews.apache.org/r/52279/diff/ Testing ------- Unit tests provided. Thanks, Tristan Stevens