[
https://issues.apache.org/jira/browse/EAGLE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15701861#comment-15701861
]
ASF GitHub Bot commented on EAGLE-794:
--------------------------------------
Github user RalphSu commented on the issue:
https://github.com/apache/incubator-eagle/pull/687
Looks good to me.
+1
> Enable publish bolt parallelism
> -------------------------------
>
> Key: EAGLE-794
> URL: https://issues.apache.org/jira/browse/EAGLE-794
> Project: Eagle
> Issue Type: Improvement
> Affects Versions: v0.5.0
> Reporter: Garrett Li
> Assignee: Garrett Li
> Fix For: v0.5.0
>
>
> Currently the publish is using shuffle grouping, we cannot enable parallelism
> for publish since we may have local cache which is unavailable across the
> storm cluster.
> We are going to use the same strategy as router bolts to alert bolts, which
> is using field grouping (define empty list of field) and dispatch tuple
> according to group by fields hashing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)