[
https://issues.apache.org/jira/browse/NIFI-12163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17771688#comment-17771688
]
ASF subversion and git services commented on NIFI-12163:
--------------------------------------------------------
Commit da4c6f6e253ad0a490f60554ea57c204927432a2 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=da4c6f6e25 ]
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: 10m
> 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)