Github user mmiklavc commented on the issue:
https://github.com/apache/metron/pull/789
@DimDroll @ottobackwards - All of our topologies pull in the global config.
One such more recent example is that we now provide an option for specifying
batching details for enrichment:
```
enrichment.writer.batchSize
enrichment.writer.batchTimeout
```
The reason for this is that we don't have a global-only-per-topology type
of configuration, with the exception parsers because of how they can be
deployed independently. If you think there's some better clarification that
could be made, I'm open to it. But I think the link between parsers,
enrichment, indexing, and the global configs should be maintained as it is
relevant.
---