You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by rayman7718 <gi...@git.apache.org> on 2018/05/31 23:03:50 UTC

[GitHub] samza pull request #542: MetricsSnapshotReporter improvements

GitHub user rayman7718 opened a pull request:

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

    MetricsSnapshotReporter improvements

    1. Adding config to specify MetricsSnapshotStream partitionKey, defaults to hostname (to maintain backword compat)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rayman7718/samza snapshotreporterimprovements

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/542.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 #542
    
----
commit 3cd6dfab6e7dccf5d8ff068b8177fd17509dbbba
Author: Ray Matharu <rm...@...>
Date:   2018-05-30T22:08:52Z

    Adding config to specify MetricsSnapshotStream partitionKey, defaults to hostname (to maintain backword compat)

----


---