You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2015/11/13 23:17:49 UTC

kafka git commit: additional trivial 0.9.0 doc changes

Repository: kafka
Updated Branches:
  refs/heads/0.9.0 5b39dcafc -> 8857d279f


additional trivial 0.9.0 doc changes


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/8857d279
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/8857d279
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/8857d279

Branch: refs/heads/0.9.0
Commit: 8857d279f7fab4acdcf8009c7b5f99614fceb061
Parents: 5b39dca
Author: Jun Rao <ju...@gmail.com>
Authored: Fri Nov 13 14:17:35 2015 -0800
Committer: Jun Rao <ju...@gmail.com>
Committed: Fri Nov 13 14:17:35 2015 -0800

----------------------------------------------------------------------
 docs/documentation.html | 2 +-
 docs/security.html      | 2 +-
 docs/upgrade.html       | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/8857d279/docs/documentation.html
----------------------------------------------------------------------
diff --git a/docs/documentation.html b/docs/documentation.html
index 29376e0..8248c58 100644
--- a/docs/documentation.html
+++ b/docs/documentation.html
@@ -116,7 +116,7 @@ Prior releases: <a href="/07/documentation.html">0.7.x</a>, <a href="/08/documen
             <li><a href="#security_authz">7.4 Authorization and ACLs</a></li>
             <li><a href="#zk_authz">7.5 ZooKeeper Authentication</a></li>
             <ul>
-                <li><a href="zk_authz_new"</a></li>
+                <li><a href="zk_authz_new">New Clusters</a></li>
                 <li><a href="zk_authz_migration">Migrating Clusters</a></li>
                 <li><a href="zk_authz_ensemble">Migrating the ZooKeeper Ensemble</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/kafka/blob/8857d279/docs/security.html
----------------------------------------------------------------------
diff --git a/docs/security.html b/docs/security.html
index 210eefe..25f15a0 100644
--- a/docs/security.html
+++ b/docs/security.html
@@ -261,7 +261,7 @@ Apache Kafka allows clients to connect over SSL. By default SSL is disabled but
 </ol>
 
 <h3><a id="security_authz">7.4 Authorization and ACLs</a></h3>
-Kafka ships with a pluggable Authorizer and an out-of-box authorizer implementation that uses zookeeper to store all the acls. Kafka acls are defined in the general format of "Principal P is [Allowed/Denied] Operation O From Host H On Resource R". You can read more about the acl structure on KIP-11. In order to add, remove or list acls you can use the Kafka authorizer CLI. By default, if a Resource R has no associated acl, no one is allowed to access R. If you want change that behavior, you can include the following in broker.properties.
+Kafka ships with a pluggable Authorizer and an out-of-box authorizer implementation that uses zookeeper to store all the acls. Kafka acls are defined in the general format of "Principal P is [Allowed/Denied] Operation O From Host H On Resource R". You can read more about the acl structure on KIP-11. In order to add, remove or list acls you can use the Kafka authorizer CLI. By default, if a Resource R has no associated acls, no one other than super users is allowed to access R. If you want change that behavior, you can include the following in broker.properties.
 <pre>allow.everyone.if.no.acl.found=true</pre>
 One can also add super users in broker.properties like the following.
 <pre>super.users=User:Bob,User:Alice</pre>

http://git-wip-us.apache.org/repos/asf/kafka/blob/8857d279/docs/upgrade.html
----------------------------------------------------------------------
diff --git a/docs/upgrade.html b/docs/upgrade.html
index 3b133ab..3cf5aa1 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -52,9 +52,9 @@ Note: Bumping the protocol version and restarting can be done any time after the
     <li> The kafka.tools.ProducerPerformance class has been deprecated. Going forward, please use org.apache.kafka.tools.ProducerPerformance for this functionality (kafka-producer-perf-test.sh will also be changed to use the new class). </li>
 </ul>
 
-<h4>Upgrading from 0.8.1 to 0.8.2.0</h4>
+<h4>Upgrading from 0.8.1 to 0.8.2</h4>
 
-0.8.2.0 is fully compatible with 0.8.1. The upgrade can be done one broker at a time by simply bringing it down, updating the code, and restarting it.
+0.8.2 is fully compatible with 0.8.1. The upgrade can be done one broker at a time by simply bringing it down, updating the code, and restarting it.
 
 <h4>Upgrading from 0.8.0 to 0.8.1</h4>