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

    https://github.com/apache/incubator-eagle/pull/570#discussion_r86068067
  
    --- Diff: 
eagle-topology-check/eagle-topology-app/src/main/java/org/apache/eagle/topology/TopologyCheckAppConfig.java
 ---
    @@ -32,6 +32,8 @@
     
         public static final String TOPOLOGY_DATA_FETCH_SPOUT_NAME = 
"topologyDataFetcherSpout";
         public static final String TOPOLOGY_ENTITY_PERSIST_BOLT_NAME = 
"topologyEntityPersistBolt";
    +    public static final String PARSE_BOLT_NAME = "parserBolt";
    +    public static final String KAFKA_SINK_BOLT_NAME = "kafkaSinkBolt";
    --- End diff --
    
    Please use `sinkBolt` directly instead of `kafkaSinkBolt` as `kafka` is the 
underly implementation of `StreamSink` term.


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