GitHub user merrimanr opened a pull request:
https://github.com/apache/incubator-metron/pull/19
Metron 33: Execute Enrichments in parallel
Currently enrichments are done serially which is not efficient and will not
scale well as more enrichments are added. To solve this we need a new pair of
bolts that will split messages, send to enrichment bolts, and join enriched
messages back together. Parsers for all sources must also be refactored into
the same general pattern to facilitate reuse of these new split/join bolts.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/merrimanr/incubator-metron METRON-33
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-metron/pull/19.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #19
----
commit 3d5abdf5c646be4eb6331236a9f149378c517f7d
Author: rmerriman <[email protected]>
Date: 2016-02-10T18:26:24Z
METRON-33: Execute Enrichments in parallel
commit fe36bc8c804c1bfb7d17aab3f35a4d7e23afdb96
Author: rmerriman <[email protected]>
Date: 2016-02-10T20:02:24Z
METRON-33: Execute Enrichments in parallel (incorporated feedback from
Casey)
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---