-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NIFI-13952 - Flow Analysis Rule to restrict backpressure configuration #9476
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this and various violations show in the UI as expected. I had one important question, a new contrib-check problem, and threw in some nit-picks for message grammar and other things.
...ard-rules/src/main/resources/META-INF/services/org.apache.nifi.flowanalysis.FlowAnalysisRule
Outdated
Show resolved
Hide resolved
...ard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RestrictBackpressureSettings.java
Outdated
Show resolved
Hide resolved
...ard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RestrictBackpressureSettings.java
Outdated
Show resolved
Hide resolved
...ard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RestrictBackpressureSettings.java
Outdated
Show resolved
Hide resolved
...ard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RestrictBackpressureSettings.java
Outdated
Show resolved
Hide resolved
...ard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RestrictBackpressureSettings.java
Show resolved
Hide resolved
...ard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RestrictBackpressureSettings.java
Outdated
Show resolved
Hide resolved
...ard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RestrictBackpressureSettings.java
Outdated
Show resolved
Hide resolved
Thanks for the review @mosermw ! I have addressed/answered your comments and rebased on main to have the latest checkstyle/PMD rules. |
...ard-rules/src/main/java/org/apache/nifi/flowanalysis/rules/RestrictBackpressureSettings.java
Show resolved
Hide resolved
+1 merging. Looking forward to using this rule and future Flow Analysis Rules. |
#9476) Signed-off-by: Mike Moser <mosermw@apache.org>
Thanks @mosermw ! |
Summary
NIFI-13952 - Flow Analysis Rule to restrict backpressure configuration
Tracking
Please complete the following tracking steps prior to pull request creation.
Issue Tracking
Pull Request Tracking
NIFI-00000
NIFI-00000
Pull Request Formatting
main
branchVerification
Please indicate the verification steps performed prior to pull request creation.
Build
mvn clean install -P contrib-check
Licensing
LICENSE
andNOTICE
filesDocumentation