Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/984#discussion_r180814327
--- Diff:
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-enrichment-env.xml
---
@@ -129,70 +145,156 @@
<property>
<name>enrichment_topology_max_spout_pending</name>
<description>Spout Max Pending Tuples for the Enrichment
Topology</description>
- <value/>
- <display-name>Enrichment Max Pending</display-name>
+ <value>500</value>
--- End diff --
Ok, that works. It certainly deserved an explanation from me, so glad you
called that out.
---