You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jk...@apache.org on 2014/07/20 19:53:13 UTC

svn commit: r1612134 - in /kafka/site: 081/ops.html 081/quickstart.html images/feather-small.png includes/footer.html

Author: jkreps
Date: Sun Jul 20 17:53:13 2014
New Revision: 1612134

URL: http://svn.apache.org/r1612134
Log:
Misc. minor fixes: (1) include feather image in our images dir so HTTPS works, (2) fix broken config example in ops section of docs, (3) fix bad port in quickstart.

Added:
    kafka/site/images/feather-small.png   (with props)
Modified:
    kafka/site/081/ops.html
    kafka/site/081/quickstart.html
    kafka/site/includes/footer.html

Modified: kafka/site/081/ops.html
URL: http://svn.apache.org/viewvc/kafka/site/081/ops.html?rev=1612134&r1=1612133&r2=1612134&view=diff
==============================================================================
--- kafka/site/081/ops.html (original)
+++ kafka/site/081/ops.html Sun Jul 20 17:53:13 2014
@@ -337,8 +337,8 @@ log.cleanup.interval.mins=30
 log.segment.bytes=1073741824
 
 # ZK configuration
-zk.connection.timeout.ms=6000
-zk.sync.time.ms=2000
+zookeeper.connection.timeout.ms=6000
+zookeeper.sync.time.ms=2000
 
 # Socket server configuration
 num.io.threads=8

Modified: kafka/site/081/quickstart.html
URL: http://svn.apache.org/viewvc/kafka/site/081/quickstart.html?rev=1612134&r1=1612133&r2=1612134&view=diff
==============================================================================
--- kafka/site/081/quickstart.html (original)
+++ kafka/site/081/quickstart.html Sun Jul 20 17:53:13 2014
@@ -158,7 +158,7 @@ Now let's test out fault-tolerance. Brok
 
 Leadership has switched to one of the slaves and node 1 is no longer in the in-sync replica set:
 <pre>
-&gt; <b>bin/kafka-topics.sh --describe --zookeeper localhost:218192 --topic my-replicated-topic</b>
+&gt; <b>bin/kafka-topics.sh --describe --zookeeper localhost:2181 --topic my-replicated-topic</b>
 Topic:my-replicated-topic	PartitionCount:1	ReplicationFactor:3	Configs:
 	Topic: my-replicated-topic	Partition: 0	Leader: 2	Replicas: 1,2,0	Isr: 2,0
 </pre>

Added: kafka/site/images/feather-small.png
URL: http://svn.apache.org/viewvc/kafka/site/images/feather-small.png?rev=1612134&view=auto
==============================================================================
Binary file - no diff available.

Propchange: kafka/site/images/feather-small.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: kafka/site/includes/footer.html
URL: http://svn.apache.org/viewvc/kafka/site/includes/footer.html?rev=1612134&r1=1612133&r2=1612134&view=diff
==============================================================================
--- kafka/site/includes/footer.html (original)
+++ kafka/site/includes/footer.html Sun Jul 20 17:53:13 2014
@@ -1,7 +1,7 @@
 		</div>
 		<div id="footer">
 			<a href="http://www.apache.org">
-				<img class="feather" src="http://www.apache.org/images/feather-small.png" alt="Apache Feather">
+				<img class="feather" src="/images/feather-small.png" alt="Apache Feather">
 			</a>
 		</div>
 		</div>