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

    https://github.com/apache/metron/pull/624#discussion_r124922704
  
    --- Diff: 
metron-interface/metron-rest/src/test/java/org/apache/metron/rest/controller/KafkaControllerIntegrationTest.java
 ---
    @@ -61,6 +62,7 @@
       private static final int KAFKA_RETRY = 10;
       @Autowired
       private KafkaComponent kafkaWithZKComponent;
    +  private ComponentRunner runner;
    --- End diff --
    
    I don't think so.  `setup()` uses kafkaWithZKComponent, which is 
`@Autowired`.  I don't think that can be static, so there's probably more 
refactoring involved.  I can look at it, if it you want.


---
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