mattyb149 opened a new pull request, #9:
URL: https://github.com/apache/nifi-api/pull/9

   <!-- SPDX-License-Identifier: Apache-2.0 -->
   
   # Summary
   
   [NIFI-14571](https://issues.apache.org/jira/browse/NIFI-14571) This PR adds 
a VerifiableFlowRegistryClient interface to nifi-api to enable 
FlowRegistryClient implementations to verify their configurations. 
Implementation will be done in separate PRs against the nifi repo, to include 
code to add the Verify button to the configuration dialog that will call this 
new interface's method(s), and implementations of the interface for the various 
FlowRegistryClient implementations.
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [x] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [x] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-00000`
   - [x] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-00000`
   
   ### Pull Request Formatting
   
   - [x] Pull Request based on current revision of the `main` branch
   - [x] Pull Request refers to a feature branch with one commit containing 
changes
   


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