Skip to content

Conversation

@mattyb149
Copy link
Contributor

Summary

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

Pull Request Tracking

  • Pull Request title starts with Apache NiFi Jira issue number, such as NIFI-00000
  • Pull Request commit message starts with Apache NiFi Jira issue number, as such NIFI-00000

Pull Request Formatting

  • Pull Request based on current revision of the main branch
  • Pull Request refers to a feature branch with one commit containing changes

Copy link
Contributor

@exceptionfactory exceptionfactory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for moving this effort forward @mattyb149. I noted a couple changes needed for the package name and interface name to align with existing conventions.

Copy link
Contributor

@exceptionfactory exceptionfactory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making the corrections @mattyb149, this looks good! +1 merging

@exceptionfactory
Copy link
Contributor

Looks like the commit needs to be signed, then this will be ready to go.

… Registry Client implementations

Signed-off-by: Matt Burgess <[email protected]>
@exceptionfactory exceptionfactory merged commit 266c85c into apache:main Jul 10, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants