markap14 commented on code in PR #10768:
URL: https://github.com/apache/nifi/pull/10768#discussion_r2694632872


##########
nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/StandardNiFiServiceFacade.java:
##########
@@ -800,6 +800,7 @@ public void verifyCreateReportingTask(ReportingTaskDTO 
reportingTaskDTO) {
     @Override
     public void verifyCreateConnector(final ConnectorDTO connectorDTO) {
         // For now, no additional verification on DTO here; creation will fail 
in DAO if invalid
+        // FIXME if there is a client-specified ID, we can check it for 
uniqueness

Review Comment:
   I think we want to fix this before we merge



-- 
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]

Reply via email to