sburges commented on a change in pull request #3676: NIFI-6597 Azure Event Hub
Version Update
URL: https://github.com/apache/nifi/pull/3676#discussion_r330668199
##########
File path:
nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/eventhub/GetAzureEventHub.java
##########
@@ -130,7 +132,7 @@
.name("Event Hub Message Enqueue Time")
.description("A timestamp (ISO-8061 Instant) formatted as
YYYY-MM-DDThhmmss.sssZ (2016-01-01T01:01:01.000Z) from which messages "
+ "should have been enqueued in the EventHub to start
reading from")
- .addValidator(StandardValidators.ISO8061_INSTANT_VALIDATOR)
+ .addValidator(StandardValidators.ISO8601_INSTANT_VALIDATOR)
Review comment:
@pvillard31 Fixed
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services