Repository: kafka Updated Branches: refs/heads/trunk 7354cc1f4 -> 0744449ea
MINOR: Fix typo in Operations section This contribution is my original work, and I license the work to the project under the project's open source license. Author: Samuel Taylor <[email protected]> Reviewers: Ismael Juma <[email protected]> Closes #1630 from ssaamm/trunk Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/0744449e Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/0744449e Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/0744449e Branch: refs/heads/trunk Commit: 0744449eaa0f80827b60f2be3a5a2cc306360ce7 Parents: 7354cc1 Author: Samuel Taylor <[email protected]> Authored: Tue Jul 19 10:20:13 2016 +0100 Committer: Ismael Juma <[email protected]> Committed: Tue Jul 19 10:20:13 2016 +0100 ---------------------------------------------------------------------- docs/ops.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/0744449e/docs/ops.html ---------------------------------------------------------------------- diff --git a/docs/ops.html b/docs/ops.html index abcb90a..a8e72e7 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -388,7 +388,7 @@ The most important consumer configuration is the fetch size. All configurations are documented in the <a href="#configuration">configuration</a> section. <p> <h4><a id="prodconfig" href="#prodconfig">A Production Server Config</a></h4> -Here is our server production server configuration: +Here is our production server configuration: <pre> # Replication configurations num.replica.fetchers=4
