Author: junrao
Date: Wed May 28 04:15:51 2014
New Revision: 1597925
URL: http://svn.apache.org/r1597925
Log:
Quickstart documentation contains a minor typo; patched by Baris Can Daylik
Modified:
kafka/site/081/quickstart.html
Modified: kafka/site/081/quickstart.html
URL:
http://svn.apache.org/viewvc/kafka/site/081/quickstart.html?rev=1597925&r1=1597924&r2=1597925&view=diff
==============================================================================
--- kafka/site/081/quickstart.html (original)
+++ kafka/site/081/quickstart.html Wed May 28 04:15:51 2014
@@ -116,7 +116,7 @@ Okay but now that we have a cluster how
Topic:my-replicated-topic PartitionCount:1 ReplicationFactor:3
Configs:
Topic: my-replicated-topic Partition: 0 Leader: 1
Replicas: 1,2,0 Isr: 1,2,0
</pre>
-Here is an explanation of output. The first line gives a summary of all the
partitions, each additional line gives information about one partition. Since
we have only two partitions for this topic there are only two lines.
+Here is an explanation of output. The first line gives a summary of all the
partitions, each additional line gives information about one partition. Since
we have only one partition for this topic there is only one line.
<ul>
<li>"leader" is the node responsible for all reads and writes for the given
partition. Each node will be the leader for a randomly selected portion of the
partitions.
<li>"replicas" is the list of nodes that replicate the log for this
partition regardless of whether they are the leader or even if they are
currently alive.
@@ -169,4 +169,4 @@ But the messages are still be available
my test message 1
my test message 2
<b>^C</b>
-</pre>
\ No newline at end of file
+</pre>