wujinhu created EAGLE-673: ----------------------------- Summary: add numOfPublishBolts to alert engine topology Key: EAGLE-673 URL: https://issues.apache.org/jira/browse/EAGLE-673 Project: Eagle Issue Type: Bug Affects Versions: v0.5.0 Reporter: wujinhu Assignee: wujinhu Fix For: v0.5.0
When creates alert engine topology BoltDeclarer boltDeclarer = builder.setBolt(alertPublishBoltName, publisherBolt).setNumTasks(numOfPublishTasks); builder does not set number of publish bolts which will cause these tasks are in only one bolt. -- This message was sent by Atlassian JIRA (v6.3.4#6332)