Github user cestella commented on a diff in the pull request:
https://github.com/apache/metron/pull/717#discussion_r136409849
--- Diff: metron-platform/metron-parsers/README.md ---
@@ -103,6 +103,15 @@ then it is assumed to be a regex and will match any
topic matching the pattern (
* `mergeMetadata` : Boolean indicating whether to merge metadata with the
message or not (`false` by default). See below for a discussion about metadata.
* `parserConfig` : A JSON Map representing the parser implementation
specific configuration.
* `fieldTransformations` : An array of complex objects representing the
transformations to be done on the message generated from the parser before
writing out to the kafka topic.
+* `spoutParallelism` : The kafka spout parallelism (default to `1`). This
can be overridden on the command line.
--- End diff --
Yep, fixed.
---
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.
---