[
https://issues.apache.org/jira/browse/METRON-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379406#comment-15379406
]
ASF GitHub Bot commented on METRON-154:
---------------------------------------
GitHub user cestella opened a pull request:
https://github.com/apache/incubator-metron/pull/192
METRON-154: Decouple enrichment and indexing
This PR is intended to fulfill
https://issues.apache.org/jira/browse/METRON-154
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cestella/incubator-metron METRON-154-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-metron/pull/192.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 #192
----
commit 699e18e105b17da39b744675f119494ec1ed5954
Author: cstella <[email protected]>
Date: 2016-07-15T13:59:50Z
METRON-154: Decouple enrichment and indexing
----
> Decouple enrichment and indexing
> --------------------------------
>
> Key: METRON-154
> URL: https://issues.apache.org/jira/browse/METRON-154
> Project: Metron
> Issue Type: New Feature
> Reporter: Ryan Merriman
> Assignee: Casey Stella
> Priority: Minor
> Fix For: 0.2.2BETA
>
>
> This task involves adding another layer of abstraction between enrichment and
> indexing through the use of Kafka topics. The primary driver is the use case
> where a sensor is parsed in a parser topology but doesn't necessarily need to
> be enriched. This would allow parsed sensor messages to be indexed directly
> without putting unnecessary load on the enrichment topology.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)