pvillard31 commented on a change in pull request #5549:
URL: https://github.com/apache/nifi/pull/5549#discussion_r755307314
##########
File path:
nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/src/main/java/org/apache/nifi/processors/mqtt/ConsumeMQTT.java
##########
@@ -144,8 +144,8 @@
.build();
public static final PropertyDescriptor PROP_QOS = new
PropertyDescriptor.Builder()
- .name("Quality of Service(QoS)")
- .description("The Quality of Service(QoS) to receive the message
with. Accepts values '0', '1' or '2'; '0' for 'at most once', '1' for 'at least
once', '2' for 'exactly once'.")
+ .name("Quality of Service (QoS)")
Review comment:
Unfortunately we can't change this as it would be a breaking change. You
should add ``.displayName()`` in addition to ``.name``.
--
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]