[
https://issues.apache.org/jira/browse/NIFI-15245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18040322#comment-18040322
]
ASF subversion and git services commented on NIFI-15245:
--------------------------------------------------------
Commit 74be3ccebe5b1f28e8662e5daee320fba1f01c94 in nifi's branch
refs/heads/main from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=74be3ccebe ]
NIFI-15245 Updated ListenSyslog (#10556)
* Updated ListenSyslog to keep the original UX with Protocol and Port properties
> Update ListenSyslog to keep the original UX with Protocol and Port properties
> -----------------------------------------------------------------------------
>
> Key: NIFI-15245
> URL: https://issues.apache.org/jira/browse/NIFI-15245
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Peter Turcsanyi
> Assignee: Peter Turcsanyi
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> NIFI-15212 updated ListenSyslog processor to support the new discoverable
> listen ports API. It requires adding identifiesListenPort(TransportProtocol)
> annotation to the PropertyDescriptor when it defines a port. As ListenSyslog
> supports both TCP and UDP, it was not possible to specify the
> TransportProtocol attribute on a single property. For this reason, 2 new
> properties were introduced: TCP Port and UDP Port, replacing the old Protocol
> and Port. The separated descriptors are technically required, however it is
> not necessary to change the UI at the same time. The TCP and UDP variants of
> the Port property could depend on the original Protocol property, showing
> only one at a time. This would retain the original UX and would also be
> consistent with the PutSyslog processor.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)