You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by rmatharu <gi...@git.apache.org> on 2018/08/06 21:18:41 UTC

[GitHub] samza pull request #602: Create diagnostic topic and ACLs if diagnostics ena...

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: rmatharu@linkedin.com <rm...@...>
Date:   2018-08-06T21:11:22Z

    Adding logic to create diagnostic topic and ACLs if diagnostics enabled in config

----


---

[GitHub] samza pull request #602: SAMZA-1733: Create diagnostic topic if diagnostics ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/602


---