Peter Turcsanyi created NIFI-15245:
--------------------------------------
Summary: 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
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)