-
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-11270 Refactoring of the overly Paho-specific MQTT interface #7032
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.
Thanks @nandorsoma for the refactor. I left a few comments, overall it looks good to me.
Could you please add documentation to the JIRA ticket about why this refactor is needed.
...le/nifi-mqtt-processors/src/main/java/org/apache/nifi/processors/mqtt/common/MqttClient.java
Outdated
Show resolved
Hide resolved
...processors/src/main/java/org/apache/nifi/processors/mqtt/adapters/PahoMqttClientAdapter.java
Outdated
Show resolved
Hide resolved
...t-bundle/nifi-mqtt-processors/src/main/java/org/apache/nifi/processors/mqtt/ConsumeMQTT.java
Outdated
Show resolved
Hide resolved
Thanks for your review @Lehel44! As you requested, I've addressed your comments and added a description to the Jira ticket! |
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.
Thanks for the changes @nandorsoma. LGTM+1
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.
Thanks for this refactoring @nandorsoma !
Thanks for you review @Lehel44 !
+1 from my side too
Merging to main and 1.x
This closes #7032. Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
This closes apache#7032. Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
Summary
NIFI-11270
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