Github user JPercivall commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/563#discussion_r69827217
  
    --- Diff: 
nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/src/main/java/org/apache/nifi/processors/kafka/GetKafka.java
 ---
    @@ -218,11 +232,13 @@
         }
     
         public void createConsumers(final ProcessContext context) {
    -        final String topic = context.getProperty(TOPIC).getValue();
    +        topic = context.getProperty(TOPIC).getValue();
    --- End diff --
    
    Why change the three values here? They are set in the "onPropertyModified" 
so whenever it's changed it will readjust. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to