[ 
https://issues.apache.org/jira/browse/NIFI-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14975553#comment-14975553
 ] 

Bryan Bende commented on NIFI-274:
----------------------------------

Good catch, I put that as a reminder because I was debating what to do if we 
need to re-queue something when the queue is full. Was thinking of the scenario 
where the background thread has filled the queue with new events, and the 
thread calling onTrigger now needs to put something back in the queue. There 
won't be space until onTrigger gets called again to dequeue something, so if we 
called put we get stuck (unless concurrent tasks is > 1), if we call offer we 
lose the event.

> Syslog processors
> -----------------
>
>                 Key: NIFI-274
>                 URL: https://issues.apache.org/jira/browse/NIFI-274
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>    Affects Versions: 0.1.0
>         Environment: any
>            Reporter: Corey Flowers
>            Assignee: Tony Kurc
>            Priority: Minor
>              Labels: features, syslog
>             Fix For: 0.4.0
>
>         Attachments: NIFI-274-2.patch, NIFI-274-3.patch, NIFI-274.patch
>
>
> request to add syslog processors for direct interaction with syslog to 
> include pulls and pushes of log info.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to