[
https://issues.apache.org/jira/browse/NIFI-5083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16555632#comment-16555632
]
ASF GitHub Bot commented on NIFI-5083:
--------------------------------------
Github user bbende commented on the issue:
https://github.com/apache/nifi/pull/2913
Actually, I take back my last comment, I now see where the value is
obtained and it does have the logic:
```
String propertyValue = propertyDescriptor.isExpressionLanguageSupported()
?
context.getProperty(propertyDescriptor).evaluateAttributeExpressions().getValue()
: context.getProperty(propertyDescriptor).getValue();
```
Sorry about that.
> Support for Expression Language in Group ID field of Kafka Consumer Processors
> ------------------------------------------------------------------------------
>
> Key: NIFI-5083
> URL: https://issues.apache.org/jira/browse/NIFI-5083
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: 1.6.0
> Reporter: Robert Bruno
> Priority: Minor
> Labels: kafka
> Attachments: NIFI-5083.mp4
>
>
> I have the use case where I have two separate NiFi clusters reading data from
> the same topics but need to have unique group ids so they each get separate
> copies of the data. It would be useful if the group id field supported
> expression language so I could use a processor group variable to define the
> group id to use. I have a large enough number of kafka consumers to make
> this tedious to manually change.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)