[
https://issues.apache.org/jira/browse/EAGLE-690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15627536#comment-15627536
]
ASF GitHub Bot commented on EAGLE-690:
--------------------------------------
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.
> Integrate topology health check with alert engine
> -------------------------------------------------
>
> Key: EAGLE-690
> URL: https://issues.apache.org/jira/browse/EAGLE-690
> Project: Eagle
> Issue Type: New Feature
> Affects Versions: v0.5.0
> Reporter: yupu
> Assignee: yupu
> Labels: features
> Fix For: v0.5.0
>
>
> Integrate topology health check with alert engine.
> It will send timestamp,tag,status to alert engine,when the node status is
> dead, alert engine will send the email to user
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)