David Handermann created NIFI-12163:
---------------------------------------
Summary: Improve Syslog 5424 Line Handling
Key: NIFI-12163
URL: https://issues.apache.org/jira/browse/NIFI-12163
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: David Handermann
Assignee: David Handermann
Fix For: 1.latest, 2.latest
The ParseSyslog5424 and Syslog5424Reader components perform several unnecessary
conversion steps when parsing syslog lines, going from String to bytes and back
to String. This intermediate conversion can be eliminated in favor of the
original string read using the configured character set.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)