nickwallen commented on a change in pull request #1368: Metron-2053: Refactor metron-enrichment to decouple Storm dependencies URL: https://github.com/apache/metron/pull/1368#discussion_r272309750
########## File path: site/current-book/metron-platform/metron-common/index.html ########## @@ -577,7 +577,12 @@ <h1>Performance Logging</h1> </pre></div></div> <p><b>Configuration</b></p> -<p>The first argument to the logger is a java.util.function.Supplier<Map<String, Object>>. The offers flexibility in being able to provide multiple configuration “suppliers” depending on your individual usage requirements. The example above, taken from org.apache.metron.enrichment.bolt.GenericEnrichmentBolt, leverages the global config to dymanically provide configuration from Zookeeper. Any updates to the global config via Zookeeper are reflected live at runtime. Currently, the PerformanceLogger supports the following options:</p> +<p>The first argument to the logger is a java.util.function.Supplier<Map<String, Object>>. Review comment: Probably don't want to change the site book. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
