Repository: samza Updated Branches: refs/heads/master 538a18cdf -> 85b8e931c
SAMZA-737: fixed the wrong property name in configuration-table. Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/85b8e931 Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/85b8e931 Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/85b8e931 Branch: refs/heads/master Commit: 85b8e931c360dd7a52fb13ef40b230cef7344966 Parents: 538a18c Author: Aleksandar Bircakovic <[email protected]> Authored: Mon Aug 24 11:12:48 2015 -0400 Committer: Yan Fang <[email protected]> Committed: Mon Aug 24 11:12:48 2015 -0400 ---------------------------------------------------------------------- docs/learn/documentation/versioned/jobs/configuration-table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/85b8e931/docs/learn/documentation/versioned/jobs/configuration-table.html ---------------------------------------------------------------------- diff --git a/docs/learn/documentation/versioned/jobs/configuration-table.html b/docs/learn/documentation/versioned/jobs/configuration-table.html index 78f2927..c23d7d3 100644 --- a/docs/learn/documentation/versioned/jobs/configuration-table.html +++ b/docs/learn/documentation/versioned/jobs/configuration-table.html @@ -918,7 +918,7 @@ </tr> <tr> - <td class="property" id="store-changelog-partitions">stores.<span class="store">store-name</span>.changelog.<br>topic-level-property</td> + <td class="property" id="store-changelog-partitions">stores.<span class="store">store-name</span>.changelog.<br>kafka.topic-level-property</td> <td class="default"></td> <td class="description"> The property allows you to specify topic level settings for the changelog topic to be created.
