dam4rus commented on code in PR #7006:
URL: https://github.com/apache/nifi/pull/7006#discussion_r1126022538
##########
nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/eventhub/GetAzureEventHub.java:
##########
@@ -64,8 +64,12 @@
import org.apache.nifi.processors.azure.eventhub.utils.AzureEventHubUtils;
@Tags({"azure", "microsoft", "cloud", "eventhub", "events", "streaming",
"streams"})
-@CapabilityDescription("Receives messages from Microsoft Azure Event Hubs,
writing the contents of the Azure message to the content of the FlowFile. "
- + "Note: Please be aware that this processor creates a thread pool of
4 threads for Event Hub Client. They will be extra threads other than the
concurrent tasks scheduled for this processor.")
+@CapabilityDescription("Receives messages from Microsoft Azure Event Hubs,
writing the contents of the message to the content of the FlowFile. "
Review Comment:
I've swapped the two sentences because it felt strange that the first
sentence is not about GetAzureEventHub in the documentation of the said
processor.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]