You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by weisong44 <gi...@git.apache.org> on 2018/10/01 23:47:42 UTC

[GitHub] samza pull request #682: SAMZA-1929: Expose Kafka topic level configuration ...

GitHub user weisong44 opened a pull request:

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

    SAMZA-1929: Expose Kafka topic level configuration in local store backed table descriptors

    The changelog Kafka topic level configuration may be useful for adjustment, when TTL is set on a RocksDB store or when enabled for in-memory DB. User should be able to set Kafka topic level properties as follows
    
    TableDescriptor desc = new RocksDbTableDescriptor(...)
        .withChangelogKafkaTopicLevelProperty("cleanup.policy", "delete")
        .withChangelogKafkaTopicLevelProperty("retention.ms", "3600");

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

    $ git pull https://github.com/weisong44/samza SAMZA-1929

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

    https://github.com/apache/samza/pull/682.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 #682
    
----
commit 3f7ed71f8f5d6efe3567f039734ac96bb12679b6
Author: Wei Song <ws...@...>
Date:   2018-07-25T01:34:06Z

    Added self to committer list

commit 5cbf9af9c12b96c5773a37274538f8baea8347e1
Author: Wei Song <ws...@...>
Date:   2018-08-03T20:38:41Z

    Merge remote-tracking branch 'upstream/master'

commit a15a7c9a231adcc1b441351963e15a7855ea5879
Author: Wei Song <ws...@...>
Date:   2018-08-06T18:49:30Z

    Merge remote-tracking branch 'upstream/master'

commit aae0f380e49950bc36a18e34d08041d554fc13a7
Author: Wei Song <ws...@...>
Date:   2018-08-16T17:50:45Z

    Merge remote-tracking branch 'upstream/master'

commit 0440f75fcd16061d8ff87e775d4a1e731936ece0
Author: Wei Song <ws...@...>
Date:   2018-08-20T18:42:56Z

    Merge remote-tracking branch 'upstream/master'

commit 4782c61df5eb046a57c0401ab94c1d88dc6ba0a7
Author: Wei Song <ws...@...>
Date:   2018-08-21T19:47:29Z

    Merge remote-tracking branch 'upstream/master'

commit f28b491de20cf18357f9f92b780fb3eba52f6301
Author: Wei Song <ws...@...>
Date:   2018-08-23T22:22:40Z

    Merge remote-tracking branch 'upstream/master'

commit df2f8d7b6ebc714a42376d98a45db20343f0a0fd
Author: Wei Song <ws...@...>
Date:   2018-08-27T16:10:59Z

    Merge remote-tracking branch 'upstream/master'

commit de708f5e93bcdd352137db8c570469dd6a657ee5
Author: Wei Song <ws...@...>
Date:   2018-09-05T19:17:04Z

    Merge remote-tracking branch 'upstream/master'

commit 5156239155e0a010242fd5f7d96de1892494e376
Author: Wei Song <ws...@...>
Date:   2018-09-11T22:27:45Z

    Merge remote-tracking branch 'upstream/master'

commit eca0020411ef3997b947fb8ec7c30a400bd796df
Author: Wei Song <ws...@...>
Date:   2018-09-18T04:33:54Z

    Merge remote-tracking branch 'upstream/master'

commit 239a0950539899ea14d1bd40dd462172f477b735
Author: Wei Song <ws...@...>
Date:   2018-09-19T20:37:32Z

    Merge remote-tracking branch 'upstream/master'

commit 41299b5b03ccd6135715a55e39210d2e8cd15fe3
Author: Wei Song <ws...@...>
Date:   2018-09-20T16:41:17Z

    Merge remote-tracking branch 'upstream/master'

commit a6c94add7724c0f1a41873e2c2050a9088ec0850
Author: Wei Song <ws...@...>
Date:   2018-09-20T17:39:31Z

    Merge remote-tracking branch 'upstream/master'

commit 1c6a2eae475127e79078ddd378f95f5bb5a8bd45
Author: Wei Song <ws...@...>
Date:   2018-09-21T21:44:40Z

    Merge remote-tracking branch 'upstream/master'

commit 8ee784415a329468972e894d96194a8240071ff4
Author: Wei Song <ws...@...>
Date:   2018-09-25T00:31:24Z

    Merge remote-tracking branch 'upstream/master'

commit e19b4dc9a56dd6d9f18d4fa461c9349d7c29c5e2
Author: Wei Song <ws...@...>
Date:   2018-09-25T22:09:11Z

    Merge remote-tracking branch 'upstream/master'

commit ec7d84095142895ce83d3a33120138520d07d872
Author: Wei Song <ws...@...>
Date:   2018-09-26T19:30:01Z

    Merge remote-tracking branch 'upstream/master'

commit 242d8442b7d0ba458c4b94dce52cebce14d79217
Author: Wei Song <ws...@...>
Date:   2018-09-26T21:15:41Z

    Merge remote-tracking branch 'upstream/master'

commit c85604e0b1b977eda236e249baf40a718087cea7
Author: Wei Song <ws...@...>
Date:   2018-09-27T17:16:46Z

    Merge remote-tracking branch 'upstream/master'

commit 1e5de45a84e8a55353174ac8afb86ab4d5ed44d0
Author: Wei Song <ws...@...>
Date:   2018-09-29T05:45:06Z

    Merge remote-tracking branch 'upstream/master'

commit f5731b10b8772d318e34b0cd0687361ffa158dcd
Author: Wei Song <ws...@...>
Date:   2018-10-01T20:33:10Z

    Merge remote-tracking branch 'upstream/master'

commit 39d06e90694423e49d5a073048325108cdfd39fb
Author: Wei Song <ws...@...>
Date:   2018-10-01T23:45:57Z

    SAMZA-1929: Expose Kafka topic level configuration in local store backed table descriptors

----


---

[GitHub] samza pull request #682: SAMZA-1929: Automatically adjust changelog topic le...

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

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


---