Mike Percy created FLUME-1178:
---------------------------------
Summary: Improve performance of SyslogTcpSource
Key: FLUME-1178
URL: https://issues.apache.org/jira/browse/FLUME-1178
Project: Flume
Issue Type: Improvement
Components: Sinks+Sources
Reporter: Mike Percy
Fix For: v1.2.0
SyslogTcpSource could be made faster via the following:
- compile patterns upon object construction
- Let netty do the newline framing ala
http://netty.io/docs/stable/xref/org/jboss/netty/example/telnet/TelnetServerPipelineFactory.html
- potentially use one regex instead of two for the different formats
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira