[
https://issues.apache.org/jira/browse/NIFI-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15113081#comment-15113081
]
ASF GitHub Bot commented on NIFI-1273:
--------------------------------------
Github user bbende commented on the pull request:
https://github.com/apache/nifi/pull/179#issuecomment-174049864
Just a quick update on the scenario where some messages get resent...
I turned on rsyslog debug and I noticed that rsyslog seemed to be queueing
up responses until 128 responses were received at which point it processed all
the responses and started back over, this was consistent with a long running
test. So if you stop and start the processor before that, say when it has
received 50 responses, it hasn't processed those yet so it thinks those 50
messages need to be resent.
There may be some advanced config in rsyslog to control this, but I am
convinced we are sending the correct responses and believe we are good to merge
this.
> Add support for RELP in ListenSyslog
> ------------------------------------
>
> Key: NIFI-1273
> URL: https://issues.apache.org/jira/browse/NIFI-1273
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Tony Kurc
> Assignee: Bryan Bende
> Priority: Minor
> Fix For: 0.5.0
>
>
> Add support for listening for syslog events using The Reliable Event Logging
> Protocol (RELP) [1]
> http://www.rsyslog.com/doc/relp.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)