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

ASF GitHub Bot commented on NIFI-1672:
--------------------------------------

GitHub user pvillard31 opened a pull request:

    https://github.com/apache/nifi/pull/355

    NIFI-1672 Improved the Provenance Events emitted by PutKafka

    Improved the Provenance Events emitted by PutKafka:
    - Added "kafka://" in URI
    - Added duration
    - Added number of messages successfully sent to Kafka.
    
    Note: in case of delimiter use and in case some messages have been sent 
(but not all), a provenance event SEND is emitted to trace the information that 
some messages have been successfully sent to Kafka.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pvillard31/nifi NIFI-1672

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/355.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #355
    
----
commit b31f3db97b2ef5e6bcecdb4bd44ebe402167173c
Author: Pierre Villard <pierre.villard...@gmail.com>
Date:   2016-04-15T13:25:28Z

    NIFI-1672 Improved the Provenance Events emitted by PutKafka

----


> Improve the Provenance Events emitted by PutKafka
> -------------------------------------------------
>
>                 Key: NIFI-1672
>                 URL: https://issues.apache.org/jira/browse/NIFI-1672
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Mark Payne
>            Assignee: Pierre Villard
>            Priority: Minor
>             Fix For: 0.7.0
>
>
> The Provenance SEND events emitted by PutKafka should include the amount of 
> time that it took to send the data. Also, if some of the messages were sent 
> but not all (when using a delimiter), then we should have a SEND event that 
> indicates the number of events that were sent. The Transit URI should also 
> include the "kafka://" protocol name at the beginning and should include the 
> topic, such as kafka://leaderBroker:9092/topics/topicDataWasPlacedOn



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

Reply via email to