[
https://issues.apache.org/jira/browse/NIFI-12163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17771692#comment-17771692
]
ASF subversion and git services commented on NIFI-12163:
--------------------------------------------------------
Commit 9bd7b91514d066ee997b79fc70af367719c0a348 in nifi's branch
refs/heads/support/nifi-1.x from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=9bd7b91514 ]
NIFI-12163 This closes #7835. Improved Syslog 5424 Line Handling
- Eliminated unused parseEvent method signatures from StrictSyslog5424Parser in
favor of a single String line method
- Eliminated intermediate conversion from String to byte array and back to
String for Syslog Parser
Signed-off-by: Joseph Witt <[email protected]>
> 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
> Priority: Minor
> Fix For: 1.latest, 2.latest
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)