GitHub user rmatharu opened a pull request: https://github.com/apache/samza/pull/602
Create diagnostic topic and ACLs if diagnostics enabled * Current SnapshotReporter semantics are to specify stream as <SYS-NAME>.<STREAM-NAME> * We create topic in JobRunner because AM can also emit metrics. * SamzaLiRewriter will populate the stream name (based on the jobname) and the metrics.reporters name You can merge this pull request into a Git repository by running: $ git pull https://github.com/rmatharu/samza topiccreate Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/602.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #602 ---- commit f3ce4a6f6b2ae2da3c50b1ca42212e8e19d36c84 Author: rmath...@linkedin.com <rmatharu@...> Date: 2018-08-06T21:11:22Z Adding logic to create diagnostic topic and ACLs if diagnostics enabled in config ---- ---