David Handermann created NIFI-15157:
---------------------------------------
Summary: Reduce Shutdown Quiet Period in PutSyslog
Key: NIFI-15157
URL: https://issues.apache.org/jira/browse/NIFI-15157
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: David Handermann
Assignee: David Handermann
The PutSyslog Processor uses Netty for sending syslog messages and builds on
the shared Event Transport module for constructing the socket sender. The
default Event Sender Factory has a shutdown quiet period of 2 seconds, causing
the Processor to wait for that period before closing the socket. This quiet
period is not necessary for the syslog protocol because the server does not
send response packets. Reducing the shutdown quiet period to the quick setting
of 200 ms also improves the behavior of the unit tests, removing unnecessary
waiting.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)