rzo1 opened a new pull request, #8988:
URL: https://github.com/apache/storm/pull/8988

   `TopologySpoutLag` copied every `config.`-prefixed key out of the submitted 
spout `json_conf` into the properties file handed to the `storm-kafka-monitor` 
process.
   
   Only the properties the monitor actually reads are now forwarded, and 
anything dropped is logged by name so a lag display that stops working can be 
diagnosed. `topics`, `groupid`, `bootstrap.servers` and `security.protocol` are 
unaffected, since they travel via argv. Lag monitoring remains off by default. 
Adds `TopologySpoutLagTest`.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to