mcgilman opened a new pull request, #10409: URL: https://github.com/apache/nifi/pull/10409
This PR implements the feature in NIP-12 [1] and requires the current `main` branch of `nifi-api`. Because of this the PR is being opened initially in Draft. Once `nifi-api` is released and this feature branch is updated according it will be moved out of Draft. This PR contains the following updates: - Updates the `BulletinRepository` to support the new methods for clearing component Bulletins. - Introduces new endpoints to support clearing the Bulletins for all extension types. - Updates the UI to allow the user to request that Bulletins be cleared for the selected component. - If the component is a Process Group, Bulletins will be cleared for all encapsulated components where the user has write permissions. For testing purposes, Bulletins can be created within an extension by invoking `getLogger()` to generate a message. [1] https://issues.apache.org/jira/browse/NIP-12 -- 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]
