Commit Graph

23 Commits

Author SHA1 Message Date
Vahid Hashemian ae9532c6b3 MINOR: Fixed broken links in the documentation
Author: Vahid Hashemian <vahidhashemian@us.ibm.com>

Reviewers: Jason Gustafson <jason@confluent.io>

Closes #2010 from vahidhashemian/doc/fix_hyperlinks
2016-10-11 20:25:35 -07:00
Andrea Cosentino 9179bbc067 KAFKA-4130; Link to Varnish architect notes is broken
Author: Andrea Cosentino <ancosen@gmail.com>

Reviewers: Jason Gustafson <jason@confluent.io>

Closes #1835 from oscerd/KAFKA-4130
2016-10-11 09:32:36 -07:00
Vahid Hashemian e972d2afd3 MINOR: Fix typos in documentation
And improve readability by adding proper punctuations.

Author: Vahid Hashemian <vahidhashemian@us.ibm.com>

Reviewers: Jason Gustafson <jason@confluent.io>

Closes #2002 from vahidhashemian/doc/fix_typos
2016-10-10 15:58:37 -07:00
pilo 91d025e063 MINOR: Clarify doc on consumption of topics
In doc it stays:

_"Our topic is divided into a set of totally ordered partitions, each of which is consumed by one consumer at any given time."_

And consumer is described as:

_"We'll call **processes** that subscribe to topics and process the feed of published messages **consumers**."_

Which might lead to a wrong conclusion - that each partition can be read by one process at any given time.

I think this statements misses information about **consumer groups**, so i propose:

_"Our topic is divided into a set of totally ordered partitions, each of which is consumed by exactly one consumer (from each subscribed consumer groups) at any given time"_

This contribution is my original work and I license the work to the project under the project's open source license.

Author: pilo <jakub.pilimon@4finance.com>

Reviewers: Jiangjie Qin <becket.qin@gmail.com>, Jason Gustafson <jason@confluent.io>

Closes #1900 from pilloPl/minor/doc-fix
2016-10-03 19:35:54 -07:00
Rajini Sivaram f27a6f319a KAFKA-4079; Documentation for secure quotas
Details in KIP-55.

Author: Rajini Sivaram <rajinisivaram@googlemail.com>

Reviewers: Jun Rao <junrao@gmail.com>

Closes #1847 from rajinisivaram/KAFKA-4079
2016-09-19 12:16:45 -07:00
Eric Wasserman 5f040cd77f KAFKA-1981; Make log compaction point configurable
Now uses LogSegment.largestTimestamp to determine age of segment's messages.

Author: Eric Wasserman <eric.wasserman@gmail.com>

Reviewers: Jun Rao <junrao@gmail.com>

Closes #1794 from ewasserman/feat-1981
2016-09-11 20:45:05 -05:00
Nihed Bbarek c2459d3251 MINOR: Update design.html
Since 0.9.0.1 Configuration parameter log.cleaner.enable is now true by default.

Author: Nihed MBAREK <nihedmm@gmail.com>

Reviewers: Ismael Juma <ismael@juma.me.uk>

Closes #1592 from nihed/patch-1
2016-07-09 02:07:46 +01:00
Paul Cavallaro 3a20ba3055 MINOR: Fix small typo in design section
Sentence was missing "as", minor grammar clean up.

Author: Paul Cavallaro <paulcavallaro@gmail.com>

Reviewers: Ewen Cheslack-Postava <ewen@confluent.io>

Closes #1151 from paulcavallaro/docs-fix
2016-04-03 18:14:53 -07:00
Manikumar reddy O ac7b2e95d3 KAFKA-2551; Update Unclean leader election docs
Author: Manikumar reddy O <manikumar.reddy@gmail.com>

Reviewers: Ismael Juma <ismael@juma.me.uk>, Sriharsha Chintalapani <mail@harsha.io>

Closes #1054 from omkreddy/KAFKA-2551
2016-03-13 20:32:47 -07:00
Manikumar reddy O 287cce251f MINOR: update compression design doc to include lz4 protocol
Author: Manikumar reddy O <manikumar.reddy@gmail.com>

Reviewers: Ismael Juma, Guozhang Wang

Closes #1040 from omkreddy/MINOR-DOC
2016-03-11 10:56:21 -08:00
James Cheng fa6b90f97c KAFKA-3138: 0.9.0 docs still say that log compaction doesn't work on compressed topics.
Log compaction is supported on compressed topics as of 0.9.0, so update the docs to reflect that.

Author: James Cheng <jylcheng@yahoo.com>

Reviewers: Ewen Cheslack-Postava <ewen@confluent.io>

Closes #807 from wushujames/KAFKA-3138
2016-01-24 02:26:00 -08:00
Samuel Julius Hecht e11946b097 MINOR: fixing typos in docs
This commit contains minor grammatical fixes.  Some of the changes are just removing rogue commas, which can be hard to see in the diff.

This contribution is my original work and I license the work to the project under the project's open source license.

Author: Samuel Julius Hecht <samjhecht@gmail.com>

Reviewers: Gwen Shapira

Closes #721 from samjhecht/minor-docs-edits
2015-12-30 17:02:58 -08:00
Sasaki Toru d9ddc109fd KAFKA-3043: Replace request.required.acks with acks in docs.
In Kafka 0.9, request.required.acks=-1 which configration of producer is replaced by acks=all,
but this old config is remained in docs.

Author: Sasaki Toru <sasakitoa@nttdata.co.jp>

Reviewers: Gwen Shapira

Closes #716 from sasakitoa/acks_doc
2015-12-26 23:14:31 -08:00
Vahid Hashemian a6889a2bf9 MINOR: Fix typo in documentation
Author: Vahid Hashemian <vahidhashemian@us.ibm.com>

Reviewers: Guozhang Wang

Closes #707 from vahidhashemian/typo04/fix_documentation_typos
2015-12-22 10:44:25 -08:00
vahidhashemian a2a417caf9 MINOR: Fix broken documentation link
The link to 'Producer Configs' section of the documentation is updated with this PR.

Author: vahidhashemian <vahidhashemian@us.ibm.com>
Author: Vahid Hashemian <vahidhashemian@us.ibm.com>

Reviewers: Gwen Shapira

Closes #692 from vahidhashemian/typo03/fix_broken_doc_link
2015-12-17 16:52:24 -08:00
Grant Henke b352d7fbfc MINOR: Fix broken docs link
Author: Grant Henke <granthenke@gmail.com>

Reviewers: Gwen Shapira

Closes #676 from granthenke/doc-link
2015-12-14 15:45:12 -08:00
Alex Loddengaard f7fc285386 MINOR: Trivial doc/ typo fixes.
The change in `docs/design.html` is hard to catch in the diff -- a `tbe` is changed to `the`. All other changes show up clearly in the diff.

This contribution is my original work and I license the work to the project under the project's open source license.

Author: Alex Loddengaard <alexloddengaard@gmail.com>

Reviewers: Grant Henke, Gwen Shapira

Closes #654 from alexlod/doc-typo-fixes
2015-12-09 17:39:53 -06:00
Vahid Hashemian e1c4aefc36 KAFKA-2957: Fix typos in Kafka documentation
Author: Vahid Hashemian <vahidhashemian@us.ibm.com>

Reviewers: Gwen Shapira

Closes #641 from vahidhashemian/KAFKA-2957

(cherry picked from commit 1f98b0315c)
Signed-off-by: Gwen Shapira <cshapi@gmail.com>
2015-12-08 12:56:13 -08:00
Grant Henke 6cbd97597c KAFKA-2809; Improve documentation linking
Often it is useful to link to a specific header within the documentation. Especially when referencing docs in the mailing lists.

This adds anchors and links for all headers in the docs.

Author: Grant Henke <granthenke@gmail.com>

Reviewers: Jun Rao <junrao@gmail.com>

Closes #498 from granthenke/doc-links
2015-11-16 14:14:17 -08:00
Chris Pinola 09ff686738 MINOR: Fix homophone typo in Design documentation
Noticed that there was a small typo in section 4.1 of the Design documentation on the [website](https://kafka.apache.org/documentation.html#majordesignelements) ('new' vs. 'knew'). This patch corrects that.

Author: Chris Pinola <chris@pinola.co>

Reviewers: Guozhang Wang

Closes #391 from chrnola/minor/design-doc-typo
2015-11-06 15:34:04 -08:00
Aditya Auradkar 13803ae91c KAFKA-2502; Documentation for quotas
Followed the approach specified here: https://issues.apache.org/jira/browse/KAFKA-2502
I also made a minor fix to ConfigCommand to expose the right options on add-config.

Author: Aditya Auradkar <aauradkar@linkedin.com>

Reviewers: Gwen Shapira

Closes #381 from auradkar/K-2502
2015-10-29 18:33:56 -07:00
Gwen Shapira 78a2e2f8f3 KAFKA-2665: Add images to code github
…art of the code github

Author: Gwen Shapira <cshapi@gmail.com>

Reviewers: Guozhang Wang

Closes #325 from gwenshap/KAFKA-2665
2015-10-16 17:52:06 -07:00
Manikumar reddy O 4016011457 KAFKA-2425; Copy latest docs to kafka repo docs/ directory
This PR copies the latest kafka docs to kafka repo docs directory. Here I have copied 0.8.3/ directory contents from svn website repo to kafka/docs repository.

Some questions: This PR contains generated javadocs also.  Do we need to copy javadocs here?

Author: Manikumar reddy O <manikumar.reddy@gmail.com>

Reviewers: Gwen Shapira, Ismael Juma

Closes #171 from omkreddy/KAFKA-2425-MOVE-DOCS-TO-KAFKA-REPO
2015-10-03 06:50:45 -07:00