exceptionfactory commented on code in PR #9741:
URL: https://github.com/apache/nifi/pull/9741#discussion_r1967821089
##########
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/kinesis/stream/ConsumeKinesisStream.java:
##########
@@ -169,31 +170,31 @@ public class ConsumeKinesisStream extends
AbstractAwsAsyncProcessor<KinesisAsync
);
static final PropertyDescriptor KINESIS_STREAM_NAME = new
PropertyDescriptor.Builder()
- .name("kinesis-stream-name")
+ .name("Amazon Kinesis Stream Name")
.displayName("Amazon Kinesis Stream Name")
Review Comment:
The displayName can be removed as a result of these changes.
```suggestion
```
--
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]