You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by ijokarumawak <gi...@git.apache.org> on 2016/11/18 02:45:52 UTC

[GitHub] nifi pull request #676: Updating PutAzureEventHub processor so that it uses ...

Github user ijokarumawak commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/676#discussion_r88591409
  
    --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/eventhub/PutAzureEventHub.java ---
    @@ -56,6 +55,7 @@
     @InputRequirement(Requirement.INPUT_REQUIRED)
     @CapabilityDescription("Sends the contents of a FlowFile to a Windows Azure Event Hub. Note: the content of the FlowFile will be buffered into memory before being sent, "
             + "so care should be taken to avoid sending FlowFiles to this Processor that exceed the amount of Java Heap Space available.")
    +@WritesAttribute(attribute = "eventhub.partitionId", description = "The partitionId used for the message that was pulled")
    --- End diff --
    
    partitionKey?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---