This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4ca5883  Updated site at revision 5614cc5
4ca5883 is described below

commit 4ca5883d7ef36cd4f9748d463c47f4a44cd6ee6b
Author: jenkins <bui...@apache.org>
AuthorDate: Tue Jul 3 08:50:58 2018 +0000

    Updated site at revision 5614cc5
---
 content/api/client/index-all.html                  |  5 +++
 .../client/api/ConsumerCryptoFailureAction.html    | 13 ++++++-
 .../org/apache/pulsar/client/api/Message.html      | 45 ++++++++++++++++------
 .../docs/latest/adaptors/PulsarSpark/index.html    | 10 ++---
 .../docs/latest/adaptors/PulsarStorm/index.html    |  8 ++--
 content/docs/latest/admin-api/overview/index.html  | 18 ++++-----
 content/docs/latest/admin/Authz/index.html         | 24 ++++++------
 content/docs/latest/clients/Cpp/index.html         | 10 ++---
 content/docs/latest/clients/Java/index.html        | 16 ++++----
 content/docs/latest/clients/Python/index.html      | 10 ++---
 content/docs/latest/clients/WebSocket/index.html   |  8 ++--
 content/docs/latest/clients/go/index.html          |  6 +--
 .../docs/latest/cookbooks/Encryption/index.html    |  6 +--
 .../latest/cookbooks/PartitionedTopics/index.html  | 16 ++++----
 .../latest/cookbooks/RetentionExpiry/index.html    | 16 ++++----
 .../docs/latest/cookbooks/compaction/index.html    |  8 ++--
 .../cookbooks/message-deduplication/index.html     | 12 +++---
 .../docs/latest/cookbooks/message-queue/index.html | 16 ++++----
 .../latest/cookbooks/tiered-storage/index.html     |  6 +--
 .../docs/latest/deployment/Kubernetes/index.html   |  4 +-
 .../docs/latest/deployment/aws-cluster/index.html  |  6 +--
 content/docs/latest/deployment/cluster/index.html  |  6 +--
 content/docs/latest/deployment/instance/index.html |  6 +--
 .../ConceptsAndArchitecture/index.html             |  4 +-
 .../latest/getting-started/LocalCluster/index.html |  4 +-
 .../latest/getting-started/Pulsar-2.0/index.html   |  2 +-
 .../docs/latest/getting-started/docker/index.html  |  4 +-
 .../docs/latest/project/BinaryProtocol/index.html  | 15 ++++----
 content/docs/latest/project/CompileCpp/index.html  | 10 ++---
 .../docs/latest/project/SimulationTools/index.html |  2 +-
 .../docs/latest/project/schema-storage/index.html  |  4 +-
 content/docs/latest/reference/CliTools/index.html  | 22 +++++------
 .../docs/latest/reference/CustomAuth/index.html    |  4 +-
 content/ja/adaptors/PulsarSpark/index.html         |  8 ++--
 content/ja/adaptors/PulsarStorm/index.html         |  6 +--
 content/ja/admin/AdminInterface/index.html         | 14 +++----
 content/ja/admin/Authz/index.html                  | 24 ++++++------
 content/ja/admin/ClustersBrokers/index.html        |  8 ++--
 content/ja/admin/PropertiesNamespaces/index.html   |  8 ++--
 content/ja/advanced/PartitionedTopics/index.html   | 14 +++----
 content/ja/advanced/RetentionExpiry/index.html     | 14 +++----
 content/ja/clients/Cpp/index.html                  |  8 ++--
 content/ja/clients/Java/index.html                 |  8 ++--
 content/ja/clients/Python/index.html               |  8 ++--
 content/ja/clients/WebSocket/index.html            |  8 ++--
 content/ja/deployment/InstanceSetup/index.html     |  8 ++--
 content/ja/deployment/Kubernetes/index.html        |  4 +-
 .../ConceptsAndArchitecture/index.html             |  2 +-
 content/ja/getting-started/LocalCluster/index.html |  4 +-
 content/ja/project/BinaryProtocol/index.html       |  4 +-
 content/ja/project/SimulationTools/index.html      |  2 +-
 content/ja/reference/CliTools/index.html           | 20 +++++-----
 52 files changed, 278 insertions(+), 240 deletions(-)

diff --git a/content/api/client/index-all.html 
b/content/api/client/index-all.html
index 0fb9f5f..12076a6 100644
--- a/content/api/client/index-all.html
+++ b/content/api/client/index-all.html
@@ -630,6 +630,11 @@
 <dd>
 <div class="block">Get the content of the message</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/pulsar/client/api/Message.html#getEncryptionCtx--">getEncryptionCtx()</a></span>
 - Method in interface org.apache.pulsar.client.api.<a 
href="org/apache/pulsar/client/api/Message.html" title="interface in 
org.apache.pulsar.client.api">Message</a></dt>
+<dd>
+<div class="block"><code>EncryptionContext</code> contains encryption and 
compression information in it using which application can
+ decrypt consumed message with encrypted-payload.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/pulsar/client/api/ProducerConfiguration.html#getEncryptionKeys--">getEncryptionKeys()</a></span>
 - Method in class org.apache.pulsar.client.api.<a 
href="org/apache/pulsar/client/api/ProducerConfiguration.html" title="class in 
org.apache.pulsar.client.api">ProducerConfiguration</a></dt>
 <dd>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
diff --git 
a/content/api/client/org/apache/pulsar/client/api/ConsumerCryptoFailureAction.html
 
b/content/api/client/org/apache/pulsar/client/api/ConsumerCryptoFailureAction.html
index bb73f7e..6ee83bd 100644
--- 
a/content/api/client/org/apache/pulsar/client/api/ConsumerCryptoFailureAction.html
+++ 
b/content/api/client/org/apache/pulsar/client/api/ConsumerCryptoFailureAction.html
@@ -136,7 +136,10 @@ extends Enum&lt;<a 
href="../../../../../org/apache/pulsar/client/api/ConsumerCry
 <th class="colOne" scope="col">Enum Constant and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/pulsar/client/api/ConsumerCryptoFailureAction.html#CONSUME">CONSUME</a></span></code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/pulsar/client/api/ConsumerCryptoFailureAction.html#CONSUME">CONSUME</a></span></code>
+<div class="block">
+ Deliver the encrypted message to the application.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/pulsar/client/api/ConsumerCryptoFailureAction.html#DISCARD">DISCARD</a></span></code>&nbsp;</td>
@@ -226,6 +229,14 @@ the order they are declared.</div>
 <li class="blockList">
 <h4>CONSUME</h4>
 <pre>public static final&nbsp;<a 
href="../../../../../org/apache/pulsar/client/api/ConsumerCryptoFailureAction.html"
 title="enum in org.apache.pulsar.client.api">ConsumerCryptoFailureAction</a> 
CONSUME</pre>
+<div class="block"><pre>
+ Deliver the encrypted message to the application. It's the application's 
responsibility to decrypt the message.
+ If message is also compressed, decompression will fail. If message contain 
batch messages, client will not be
+ able to retrieve individual messages in the batch.
+ </pre>
+ 
+ Delivered encrypted message contains <code>EncryptionContext</code> which 
contains encryption and compression
+ information in it using which application can decrypt consumed message 
payload.</div>
 </li>
 </ul>
 </li>
diff --git a/content/api/client/org/apache/pulsar/client/api/Message.html 
b/content/api/client/org/apache/pulsar/client/api/Message.html
index 31dffd0..5b5ab6d 100644
--- a/content/api/client/org/apache/pulsar/client/api/Message.html
+++ b/content/api/client/org/apache/pulsar/client/api/Message.html
@@ -17,7 +17,7 @@
     catch(err) {
     }
 //-->
-var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6};
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -126,64 +126,71 @@ var activeTableTab = "activeTableTab";
 </td>
 </tr>
 <tr id="i1" class="rowColor">
+<td class="colFirst"><code>Optional&lt;EncryptionContext&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/pulsar/client/api/Message.html#getEncryptionCtx--">getEncryptionCtx</a></span>()</code>
+<div class="block"><code>EncryptionContext</code> contains encryption and 
compression information in it using which application can
+ decrypt consumed message with encrypted-payload.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/pulsar/client/api/Message.html#getEventTime--">getEventTime</a></span>()</code>
 <div class="block">Get the event time associated with this message.</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code>String</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/pulsar/client/api/Message.html#getKey--">getKey</a></span>()</code>
 <div class="block">Get the key of the message</div>
 </td>
 </tr>
-<tr id="i3" class="rowColor">
+<tr id="i4" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/pulsar/client/api/MessageId.html" 
title="interface in org.apache.pulsar.client.api">MessageId</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/pulsar/client/api/Message.html#getMessageId--">getMessageId</a></span>()</code>
 <div class="block">Get the unique message ID associated with this 
message.</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code>String</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/pulsar/client/api/Message.html#getProducerName--">getProducerName</a></span>()</code>
 <div class="block">Get the producer name who produced this message.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code>Map&lt;String,String&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/pulsar/client/api/Message.html#getProperties--">getProperties</a></span>()</code>
 <div class="block">Return the properties attached to the message.</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code>String</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/pulsar/client/api/Message.html#getProperty-java.lang.String-">getProperty</a></span>(String&nbsp;name)</code>
 <div class="block">Get the value of a specific property</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/pulsar/client/api/Message.html#getPublishTime--">getPublishTime</a></span>()</code>
 <div class="block">Get the publish time of this message.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/pulsar/client/api/Message.html#getSequenceId--">getSequenceId</a></span>()</code>
 <div class="block">Get the sequence id associated with this message.</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/pulsar/client/api/Message.html" title="type 
parameter in Message">T</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/pulsar/client/api/Message.html#getValue--">getValue</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/pulsar/client/api/Message.html#hasKey--">hasKey</a></span>()</code>
 <div class="block">Check whether the message has a key</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/pulsar/client/api/Message.html#hasProperty-java.lang.String-">hasProperty</a></span>(String&nbsp;name)</code>
 <div class="block">Check whether the message has a specific property 
attached.</div>
@@ -380,7 +387,7 @@ var activeTableTab = "activeTableTab";
 <a name="getKey--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getKey</h4>
 <pre>String&nbsp;getKey()</pre>
@@ -391,6 +398,20 @@ var activeTableTab = "activeTableTab";
 </dl>
 </li>
 </ul>
+<a name="getEncryptionCtx--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getEncryptionCtx</h4>
+<pre>Optional&lt;EncryptionContext&gt;&nbsp;getEncryptionCtx()</pre>
+<div class="block"><code>EncryptionContext</code> contains encryption and 
compression information in it using which application can
+ decrypt consumed message with encrypted-payload.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
diff --git a/content/docs/latest/adaptors/PulsarSpark/index.html 
b/content/docs/latest/adaptors/PulsarSpark/index.html
index f636921..ae95e73 100644
--- a/content/docs/latest/adaptors/PulsarSpark/index.html
+++ b/content/docs/latest/adaptors/PulsarSpark/index.html
@@ -1021,9 +1021,9 @@
           
           
           
+          <li><a href="/docs/latest/adaptors/PulsarSpark/">Spark Streaming 
Pulsar receiver</a></li>
           
           
-          <li><a href="/docs/latest/adaptors/PulsarSpark/">Spark Streaming 
Pulsar receiver</a></li>
           
           
           
@@ -1255,9 +1255,9 @@
           
           
           
+          <li><a href="/docs/latest/adaptors/PulsarSpark/">Spark Streaming 
Pulsar receiver</a></li>
           
           
-          <li><a href="/docs/latest/adaptors/PulsarSpark/">Spark Streaming 
Pulsar receiver</a></li>
           
           
           
@@ -1405,8 +1405,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1567,6 +1565,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as 
a message queue</a></li>
           
           
@@ -1579,9 +1579,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
diff --git a/content/docs/latest/adaptors/PulsarStorm/index.html 
b/content/docs/latest/adaptors/PulsarStorm/index.html
index a508eee..9e12994 100644
--- a/content/docs/latest/adaptors/PulsarStorm/index.html
+++ b/content/docs/latest/adaptors/PulsarStorm/index.html
@@ -1025,9 +1025,9 @@
           
           
           
+          <li><a href="/docs/latest/adaptors/PulsarStorm/">Pulsar adaptor for 
Apache Storm</a></li>
           
           
-          <li><a href="/docs/latest/adaptors/PulsarStorm/">Pulsar adaptor for 
Apache Storm</a></li>
           
           
           
@@ -1171,8 +1171,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1333,6 +1331,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as 
a message queue</a></li>
           
           
@@ -1345,9 +1345,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
diff --git a/content/docs/latest/admin-api/overview/index.html 
b/content/docs/latest/admin-api/overview/index.html
index c584a6a..a2870b6 100644
--- a/content/docs/latest/admin-api/overview/index.html
+++ b/content/docs/latest/admin-api/overview/index.html
@@ -937,8 +937,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1067,6 +1065,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/deployment/aws-cluster/">Deploying a 
Pulsar cluster on AWS using Terraform and Ansible</a></li>
           
           
@@ -1119,9 +1119,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
@@ -1199,9 +1199,9 @@
           
           
           
+          <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
-          <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
           
@@ -1357,9 +1357,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
@@ -1591,9 +1591,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
@@ -1661,8 +1661,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1823,6 +1821,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as 
a message queue</a></li>
           
           
@@ -1835,9 +1835,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
diff --git a/content/docs/latest/admin/Authz/index.html 
b/content/docs/latest/admin/Authz/index.html
index 46e573f..886e1d3 100644
--- a/content/docs/latest/admin/Authz/index.html
+++ b/content/docs/latest/admin/Authz/index.html
@@ -937,8 +937,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1067,6 +1065,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/deployment/aws-cluster/">Deploying a 
Pulsar cluster on AWS using Terraform and Ansible</a></li>
           
           
@@ -1119,9 +1119,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
@@ -1191,9 +1191,9 @@
           
           
           
+          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
-          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
           
@@ -1427,9 +1427,9 @@
           
           
           
+          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
-          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
           
@@ -1663,9 +1663,9 @@
           
           
           
+          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
-          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
           
@@ -1897,9 +1897,9 @@
           
           
           
+          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
-          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
           
@@ -2131,8 +2131,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -2293,6 +2291,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as 
a message queue</a></li>
           
           
@@ -2305,9 +2305,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
@@ -2375,9 +2375,9 @@
           
           
           
+          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
-          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
           
@@ -2411,9 +2411,9 @@
           
           
           
+          <li><a href="/docs/latest/clients/Cpp/">The Pulsar C++ 
client</a></li>
           
           
-          <li><a href="/docs/latest/clients/Cpp/">The Pulsar C++ 
client</a></li>
           
           
           
diff --git a/content/docs/latest/clients/Cpp/index.html 
b/content/docs/latest/clients/Cpp/index.html
index ac8ddcd..77fe2a9 100644
--- a/content/docs/latest/clients/Cpp/index.html
+++ b/content/docs/latest/clients/Cpp/index.html
@@ -945,8 +945,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
@@ -961,9 +959,9 @@
           
           
           
-          <li><a href="/docs/latest/project/CompileCpp/">Building Pulsar C++ 
client</a></li>
           
           
+          <li><a href="/docs/latest/project/CompileCpp/">Building Pulsar C++ 
client</a></li>
           
           
           
@@ -1091,6 +1089,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/clients/go/">The Pulsar Go client</a></li>
           
           
@@ -1181,9 +1181,9 @@
           
           
           
+          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
-          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
           
@@ -1217,9 +1217,9 @@
           
           
           
+          <li><a href="/docs/latest/clients/Cpp/">The Pulsar C++ 
client</a></li>
           
           
-          <li><a href="/docs/latest/clients/Cpp/">The Pulsar C++ 
client</a></li>
           
           
           
diff --git a/content/docs/latest/clients/Java/index.html 
b/content/docs/latest/clients/Java/index.html
index 28f2e93..fd9e25a 100644
--- a/content/docs/latest/clients/Java/index.html
+++ b/content/docs/latest/clients/Java/index.html
@@ -945,8 +945,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
@@ -961,9 +959,9 @@
           
           
           
-          <li><a href="/docs/latest/project/CompileCpp/">Building Pulsar C++ 
client</a></li>
           
           
+          <li><a href="/docs/latest/project/CompileCpp/">Building Pulsar C++ 
client</a></li>
           
           
           
@@ -1091,6 +1089,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/clients/go/">The Pulsar Go client</a></li>
           
           
@@ -1181,8 +1181,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1343,6 +1341,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as 
a message queue</a></li>
           
           
@@ -1355,9 +1355,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
@@ -1475,9 +1475,9 @@
           
           
           
+          <li><a href="/docs/latest/clients/Java/">The Pulsar Java 
client</a></li>
           
           
-          <li><a href="/docs/latest/clients/Java/">The Pulsar Java 
client</a></li>
           
           
           
@@ -1711,9 +1711,9 @@
           
           
           
+          <li><a href="/docs/latest/clients/Java/">The Pulsar Java 
client</a></li>
           
           
-          <li><a href="/docs/latest/clients/Java/">The Pulsar Java 
client</a></li>
           
           
           
diff --git a/content/docs/latest/clients/Python/index.html 
b/content/docs/latest/clients/Python/index.html
index f6418d8..bcc99ad 100644
--- a/content/docs/latest/clients/Python/index.html
+++ b/content/docs/latest/clients/Python/index.html
@@ -945,8 +945,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
@@ -961,9 +959,9 @@
           
           
           
-          <li><a href="/docs/latest/project/CompileCpp/">Building Pulsar C++ 
client</a></li>
           
           
+          <li><a href="/docs/latest/project/CompileCpp/">Building Pulsar C++ 
client</a></li>
           
           
           
@@ -1091,6 +1089,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/clients/go/">The Pulsar Go client</a></li>
           
           
@@ -1273,8 +1273,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/clients/Python/">The Pulsar Python 
client</a></li>
           
           
@@ -1339,6 +1337,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as 
a message queue</a></li>
           
           
diff --git a/content/docs/latest/clients/WebSocket/index.html 
b/content/docs/latest/clients/WebSocket/index.html
index 9b78733..64325fe 100644
--- a/content/docs/latest/clients/WebSocket/index.html
+++ b/content/docs/latest/clients/WebSocket/index.html
@@ -1049,9 +1049,9 @@
           
           
           
+          <li><a href="/docs/latest/clients/WebSocket/">Pulsar's WebSocket 
API</a></li>
           
           
-          <li><a href="/docs/latest/clients/WebSocket/">Pulsar's WebSocket 
API</a></li>
           
           
           
@@ -1283,9 +1283,9 @@
           
           
           
+          <li><a href="/docs/latest/clients/WebSocket/">Pulsar's WebSocket 
API</a></li>
           
           
-          <li><a href="/docs/latest/clients/WebSocket/">Pulsar's WebSocket 
API</a></li>
           
           
           
@@ -1497,8 +1497,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/clients/Python/">The Pulsar Python 
client</a></li>
           
           
@@ -1563,6 +1561,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as 
a message queue</a></li>
           
           
diff --git a/content/docs/latest/clients/go/index.html 
b/content/docs/latest/clients/go/index.html
index 0860797..da0f537 100644
--- a/content/docs/latest/clients/go/index.html
+++ b/content/docs/latest/clients/go/index.html
@@ -945,8 +945,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
@@ -961,9 +959,9 @@
           
           
           
-          <li><a href="/docs/latest/project/CompileCpp/">Building Pulsar C++ 
client</a></li>
           
           
+          <li><a href="/docs/latest/project/CompileCpp/">Building Pulsar C++ 
client</a></li>
           
           
           
@@ -1091,6 +1089,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/clients/go/">The Pulsar Go client</a></li>
           
           
diff --git a/content/docs/latest/cookbooks/Encryption/index.html 
b/content/docs/latest/cookbooks/Encryption/index.html
index 5438a9b..f6b2f8b 100644
--- a/content/docs/latest/cookbooks/Encryption/index.html
+++ b/content/docs/latest/cookbooks/Encryption/index.html
@@ -1481,9 +1481,9 @@
           
           
           
+          <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
-          <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
           
@@ -1723,8 +1723,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
@@ -1805,6 +1803,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/cookbooks/message-deduplication/">Message 
deduplication</a></li>
           
           
diff --git a/content/docs/latest/cookbooks/PartitionedTopics/index.html 
b/content/docs/latest/cookbooks/PartitionedTopics/index.html
index 980c0ba..4543634 100644
--- a/content/docs/latest/cookbooks/PartitionedTopics/index.html
+++ b/content/docs/latest/cookbooks/PartitionedTopics/index.html
@@ -1011,9 +1011,9 @@
           
           
           
+          <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
-          <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
           
@@ -1245,9 +1245,9 @@
           
           
           
+          <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
-          <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
           
@@ -1405,8 +1405,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1535,6 +1533,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/deployment/aws-cluster/">Deploying a 
Pulsar cluster on AWS using Terraform and Ansible</a></li>
           
           
@@ -1587,9 +1587,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
@@ -1735,9 +1735,9 @@
           
           
           
+          <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
-          <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
           
@@ -1977,8 +1977,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
@@ -2059,6 +2057,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/cookbooks/message-deduplication/">Message 
deduplication</a></li>
           
           
diff --git a/content/docs/latest/cookbooks/RetentionExpiry/index.html 
b/content/docs/latest/cookbooks/RetentionExpiry/index.html
index 6758c6a..7fc1c6b 100644
--- a/content/docs/latest/cookbooks/RetentionExpiry/index.html
+++ b/content/docs/latest/cookbooks/RetentionExpiry/index.html
@@ -937,8 +937,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1067,6 +1065,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/deployment/aws-cluster/">Deploying a 
Pulsar cluster on AWS using Terraform and Ansible</a></li>
           
           
@@ -1119,9 +1119,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
@@ -1291,9 +1291,9 @@
           
           
           
+          <li><a href="/docs/latest/cookbooks/RetentionExpiry/">Message 
retention and expiry</a></li>
           
           
-          <li><a href="/docs/latest/cookbooks/RetentionExpiry/">Message 
retention and expiry</a></li>
           
           
           
@@ -1525,9 +1525,9 @@
           
           
           
+          <li><a href="/docs/latest/cookbooks/RetentionExpiry/">Message 
retention and expiry</a></li>
           
           
-          <li><a href="/docs/latest/cookbooks/RetentionExpiry/">Message 
retention and expiry</a></li>
           
           
           
@@ -1759,9 +1759,9 @@
           
           
           
+          <li><a href="/docs/latest/cookbooks/RetentionExpiry/">Message 
retention and expiry</a></li>
           
           
-          <li><a href="/docs/latest/cookbooks/RetentionExpiry/">Message 
retention and expiry</a></li>
           
           
           
@@ -1969,8 +1969,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
@@ -2051,6 +2049,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/cookbooks/message-deduplication/">Message 
deduplication</a></li>
           
           
diff --git a/content/docs/latest/cookbooks/compaction/index.html 
b/content/docs/latest/cookbooks/compaction/index.html
index 584c156..381d150 100644
--- a/content/docs/latest/cookbooks/compaction/index.html
+++ b/content/docs/latest/cookbooks/compaction/index.html
@@ -937,8 +937,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1067,6 +1065,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/deployment/aws-cluster/">Deploying a 
Pulsar cluster on AWS using Terraform and Ansible</a></li>
           
           
@@ -1119,9 +1119,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
@@ -1267,9 +1267,9 @@
           
           
           
+          <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
-          <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
           
diff --git a/content/docs/latest/cookbooks/message-deduplication/index.html 
b/content/docs/latest/cookbooks/message-deduplication/index.html
index b128bbe..3b8fd30 100644
--- a/content/docs/latest/cookbooks/message-deduplication/index.html
+++ b/content/docs/latest/cookbooks/message-deduplication/index.html
@@ -937,8 +937,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1067,6 +1065,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/deployment/aws-cluster/">Deploying a 
Pulsar cluster on AWS using Terraform and Ansible</a></li>
           
           
@@ -1119,9 +1119,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
@@ -1215,9 +1215,9 @@
           
           
           
+          <li><a 
href="/docs/latest/getting-started/ConceptsAndArchitecture/">Pulsar concepts 
and architecture</a></li>
           
           
-          <li><a 
href="/docs/latest/getting-started/ConceptsAndArchitecture/">Pulsar concepts 
and architecture</a></li>
           
           
           
@@ -1503,8 +1503,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
@@ -1585,6 +1583,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/cookbooks/message-deduplication/">Message 
deduplication</a></li>
           
           
diff --git a/content/docs/latest/cookbooks/message-queue/index.html 
b/content/docs/latest/cookbooks/message-queue/index.html
index d09057b..18f34a8 100644
--- a/content/docs/latest/cookbooks/message-queue/index.html
+++ b/content/docs/latest/cookbooks/message-queue/index.html
@@ -1013,9 +1013,9 @@
           
           
           
+          <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
-          <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
           
@@ -1179,8 +1179,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1341,6 +1339,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as 
a message queue</a></li>
           
           
@@ -1353,9 +1353,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
@@ -1515,8 +1515,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/clients/Python/">The Pulsar Python 
client</a></li>
           
           
@@ -1581,6 +1579,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as 
a message queue</a></li>
           
           
@@ -1971,8 +1971,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
@@ -2053,6 +2051,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/cookbooks/message-deduplication/">Message 
deduplication</a></li>
           
           
diff --git a/content/docs/latest/cookbooks/tiered-storage/index.html 
b/content/docs/latest/cookbooks/tiered-storage/index.html
index d241400..9e9fc99 100644
--- a/content/docs/latest/cookbooks/tiered-storage/index.html
+++ b/content/docs/latest/cookbooks/tiered-storage/index.html
@@ -937,8 +937,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1067,6 +1065,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/deployment/aws-cluster/">Deploying a 
Pulsar cluster on AWS using Terraform and Ansible</a></li>
           
           
@@ -1119,9 +1119,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
diff --git a/content/docs/latest/deployment/Kubernetes/index.html 
b/content/docs/latest/deployment/Kubernetes/index.html
index 0201b93..78d6655 100644
--- a/content/docs/latest/deployment/Kubernetes/index.html
+++ b/content/docs/latest/deployment/Kubernetes/index.html
@@ -993,9 +993,9 @@
           
           
           
+          <li><a href="/docs/latest/deployment/Kubernetes/">Deploying Pulsar 
on Kubernetes</a></li>
           
           
-          <li><a href="/docs/latest/deployment/Kubernetes/">Deploying Pulsar 
on Kubernetes</a></li>
           
           
           
@@ -1227,9 +1227,9 @@
           
           
           
+          <li><a href="/docs/latest/deployment/Kubernetes/">Deploying Pulsar 
on Kubernetes</a></li>
           
           
-          <li><a href="/docs/latest/deployment/Kubernetes/">Deploying Pulsar 
on Kubernetes</a></li>
           
           
           
diff --git a/content/docs/latest/deployment/aws-cluster/index.html 
b/content/docs/latest/deployment/aws-cluster/index.html
index cb862cc..dd4e8f4 100644
--- a/content/docs/latest/deployment/aws-cluster/index.html
+++ b/content/docs/latest/deployment/aws-cluster/index.html
@@ -937,8 +937,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1067,6 +1065,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/deployment/aws-cluster/">Deploying a 
Pulsar cluster on AWS using Terraform and Ansible</a></li>
           
           
@@ -1119,9 +1119,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
diff --git a/content/docs/latest/deployment/cluster/index.html 
b/content/docs/latest/deployment/cluster/index.html
index ee3f650..c640007 100644
--- a/content/docs/latest/deployment/cluster/index.html
+++ b/content/docs/latest/deployment/cluster/index.html
@@ -937,8 +937,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1067,6 +1065,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/deployment/aws-cluster/">Deploying a 
Pulsar cluster on AWS using Terraform and Ansible</a></li>
           
           
@@ -1119,9 +1119,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
diff --git a/content/docs/latest/deployment/instance/index.html 
b/content/docs/latest/deployment/instance/index.html
index 82c5b81..7f93104 100644
--- a/content/docs/latest/deployment/instance/index.html
+++ b/content/docs/latest/deployment/instance/index.html
@@ -937,8 +937,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1067,6 +1065,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/deployment/aws-cluster/">Deploying a 
Pulsar cluster on AWS using Terraform and Ansible</a></li>
           
           
@@ -1119,9 +1119,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
diff --git 
a/content/docs/latest/getting-started/ConceptsAndArchitecture/index.html 
b/content/docs/latest/getting-started/ConceptsAndArchitecture/index.html
index 804f2d6..97cc294 100644
--- a/content/docs/latest/getting-started/ConceptsAndArchitecture/index.html
+++ b/content/docs/latest/getting-started/ConceptsAndArchitecture/index.html
@@ -961,9 +961,9 @@
           
           
           
+          <li><a 
href="/docs/latest/getting-started/ConceptsAndArchitecture/">Pulsar concepts 
and architecture</a></li>
           
           
-          <li><a 
href="/docs/latest/getting-started/ConceptsAndArchitecture/">Pulsar concepts 
and architecture</a></li>
           
           
           
@@ -1195,9 +1195,9 @@
           
           
           
+          <li><a 
href="/docs/latest/getting-started/ConceptsAndArchitecture/">Pulsar concepts 
and architecture</a></li>
           
           
-          <li><a 
href="/docs/latest/getting-started/ConceptsAndArchitecture/">Pulsar concepts 
and architecture</a></li>
           
           
           
diff --git a/content/docs/latest/getting-started/LocalCluster/index.html 
b/content/docs/latest/getting-started/LocalCluster/index.html
index bc7c2dd..55b4e56 100644
--- a/content/docs/latest/getting-started/LocalCluster/index.html
+++ b/content/docs/latest/getting-started/LocalCluster/index.html
@@ -999,9 +999,9 @@
           
           
           
+          <li><a href="/docs/latest/getting-started/LocalCluster/">Setting up 
a local standalone cluster</a></li>
           
           
-          <li><a href="/docs/latest/getting-started/LocalCluster/">Setting up 
a local standalone cluster</a></li>
           
           
           
@@ -1235,9 +1235,9 @@
           
           
           
+          <li><a href="/docs/latest/getting-started/LocalCluster/">Setting up 
a local standalone cluster</a></li>
           
           
-          <li><a href="/docs/latest/getting-started/LocalCluster/">Setting up 
a local standalone cluster</a></li>
           
           
           
diff --git a/content/docs/latest/getting-started/Pulsar-2.0/index.html 
b/content/docs/latest/getting-started/Pulsar-2.0/index.html
index 7866489..b9b23f8 100644
--- a/content/docs/latest/getting-started/Pulsar-2.0/index.html
+++ b/content/docs/latest/getting-started/Pulsar-2.0/index.html
@@ -1481,9 +1481,9 @@
           
           
           
+          <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
-          <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned 
topics</a></li>
           
           
           
diff --git a/content/docs/latest/getting-started/docker/index.html 
b/content/docs/latest/getting-started/docker/index.html
index 40afb5f..1899ef0 100644
--- a/content/docs/latest/getting-started/docker/index.html
+++ b/content/docs/latest/getting-started/docker/index.html
@@ -999,9 +999,9 @@
           
           
           
+          <li><a href="/docs/latest/getting-started/LocalCluster/">Setting up 
a local standalone cluster</a></li>
           
           
-          <li><a href="/docs/latest/getting-started/LocalCluster/">Setting up 
a local standalone cluster</a></li>
           
           
           
@@ -1235,9 +1235,9 @@
           
           
           
+          <li><a href="/docs/latest/getting-started/LocalCluster/">Setting up 
a local standalone cluster</a></li>
           
           
-          <li><a href="/docs/latest/getting-started/LocalCluster/">Setting up 
a local standalone cluster</a></li>
           
           
           
diff --git a/content/docs/latest/project/BinaryProtocol/index.html 
b/content/docs/latest/project/BinaryProtocol/index.html
index 27e4971..b4d6cf1 100644
--- a/content/docs/latest/project/BinaryProtocol/index.html
+++ b/content/docs/latest/project/BinaryProtocol/index.html
@@ -941,9 +941,9 @@
           
           
           
+          <li><a href="/docs/latest/project/BinaryProtocol/">Pulsar binary 
protocol specification</a></li>
           
           
-          <li><a href="/docs/latest/project/BinaryProtocol/">Pulsar binary 
protocol specification</a></li>
           
           
           
@@ -1175,9 +1175,9 @@
           
           
           
+          <li><a href="/docs/latest/project/BinaryProtocol/">Pulsar binary 
protocol specification</a></li>
           
           
-          <li><a href="/docs/latest/project/BinaryProtocol/">Pulsar binary 
protocol specification</a></li>
           
           
           
@@ -1977,8 +1977,9 @@ the messages due to: <code 
class="highlighter-rouge">UncompressedSizeCorruption<
 that were pushed to that particular consumer and not yet acknowledged.</p>
 
 <p>The protobuf object accepts a list of message ids that the consumer wants to
-be redelivered. If the list is empty, the broker will redeliver all the
-pending messages.</p>
+be redelivered. The message ids will be honored by the broker only if the
+subscription type is shared. For other subscription types or if the list
+is empty, the broker will redeliver all the pending messages.</p>
 
 <p>On redelivery, messages can be sent to the same consumer or, in the case of 
a
 shared subscription, spread across all available consumers.</p>
@@ -1994,18 +1995,18 @@ messages are coming from the consumer.</p>
 
 <h5 id="command-consumerstats">Command ConsumerStats</h5>
 
-<p>This command is sent by the client to retreive Subscriber and Consumer 
level 
+<p>This command is sent by the client to retrieve Subscriber and Consumer level
 stats from the broker.
 Parameters:</p>
 <ul>
-  <li><code class="highlighter-rouge">request_id</code> → Id of the request, 
used to correlate the request 
+  <li><code class="highlighter-rouge">request_id</code> → Id of the request, 
used to correlate the request
                  and the response.</li>
   <li><code class="highlighter-rouge">consumer_id</code> → Id of an already 
established consumer.</li>
 </ul>
 
 <h5 id="command-consumerstatsresponse">Command ConsumerStatsResponse</h5>
 
-<p>This is the broker’s response to ConsumerStats request by the client. 
+<p>This is the broker’s response to ConsumerStats request by the client.
 It contains the Subscriber and Consumer level stats of the <code 
class="highlighter-rouge">consumer_id</code> sent in the request.
 If the <code class="highlighter-rouge">error_code</code> or the <code 
class="highlighter-rouge">error_message</code> field is set it indicates that 
the request has failed.</p>
 
diff --git a/content/docs/latest/project/CompileCpp/index.html 
b/content/docs/latest/project/CompileCpp/index.html
index 4487778..27acdab 100644
--- a/content/docs/latest/project/CompileCpp/index.html
+++ b/content/docs/latest/project/CompileCpp/index.html
@@ -945,8 +945,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
@@ -961,9 +959,9 @@
           
           
           
-          <li><a href="/docs/latest/project/CompileCpp/">Building Pulsar C++ 
client</a></li>
           
           
+          <li><a href="/docs/latest/project/CompileCpp/">Building Pulsar C++ 
client</a></li>
           
           
           
@@ -1091,6 +1089,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/clients/go/">The Pulsar Go client</a></li>
           
           
@@ -1181,9 +1181,9 @@
           
           
           
+          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
-          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
           
@@ -1217,9 +1217,9 @@
           
           
           
+          <li><a href="/docs/latest/clients/Cpp/">The Pulsar C++ 
client</a></li>
           
           
-          <li><a href="/docs/latest/clients/Cpp/">The Pulsar C++ 
client</a></li>
           
           
           
diff --git a/content/docs/latest/project/SimulationTools/index.html 
b/content/docs/latest/project/SimulationTools/index.html
index dab886d..887fd40 100644
--- a/content/docs/latest/project/SimulationTools/index.html
+++ b/content/docs/latest/project/SimulationTools/index.html
@@ -1041,9 +1041,9 @@
           
           
           
+          <li><a href="/docs/latest/project/SimulationTools/">Simulation 
tools</a></li>
           
           
-          <li><a href="/docs/latest/project/SimulationTools/">Simulation 
tools</a></li>
           
           
           
diff --git a/content/docs/latest/project/schema-storage/index.html 
b/content/docs/latest/project/schema-storage/index.html
index 94653b5..13320ea 100644
--- a/content/docs/latest/project/schema-storage/index.html
+++ b/content/docs/latest/project/schema-storage/index.html
@@ -987,9 +987,9 @@
           
           
           
+          <li><a href="/docs/latest/clients/Java/">The Pulsar Java 
client</a></li>
           
           
-          <li><a href="/docs/latest/clients/Java/">The Pulsar Java 
client</a></li>
           
           
           
@@ -1223,9 +1223,9 @@
           
           
           
+          <li><a href="/docs/latest/clients/Java/">The Pulsar Java 
client</a></li>
           
           
-          <li><a href="/docs/latest/clients/Java/">The Pulsar Java 
client</a></li>
           
           
           
diff --git a/content/docs/latest/reference/CliTools/index.html 
b/content/docs/latest/reference/CliTools/index.html
index b8f4220..c6c4a5c 100644
--- a/content/docs/latest/reference/CliTools/index.html
+++ b/content/docs/latest/reference/CliTools/index.html
@@ -937,8 +937,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
@@ -1067,6 +1065,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/deployment/aws-cluster/">Deploying a 
Pulsar cluster on AWS using Terraform and Ansible</a></li>
           
           
@@ -1119,9 +1119,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
@@ -1199,9 +1199,9 @@
           
           
           
+          <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
-          <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
           
@@ -1357,9 +1357,9 @@
           
           
           
-          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
+          <li><a href="/docs/latest/admin-api/overview/">The Pulsar admin 
interface</a></li>
           
           
           
@@ -1435,8 +1435,6 @@
           
           
           
-          
-          
           <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
@@ -1451,9 +1449,9 @@
           
           
           
-          <li><a href="/docs/latest/project/CompileCpp/">Building Pulsar C++ 
client</a></li>
           
           
+          <li><a href="/docs/latest/project/CompileCpp/">Building Pulsar C++ 
client</a></li>
           
           
           
@@ -1581,6 +1579,8 @@
           
           
           
+          
+          
           <li><a href="/docs/latest/clients/go/">The Pulsar Go client</a></li>
           
           
@@ -1679,9 +1679,9 @@
           
           
           
+          <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
-          <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
           
@@ -1913,9 +1913,9 @@
           
           
           
+          <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
-          <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
           
@@ -2147,9 +2147,9 @@
           
           
           
+          <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
-          <li><a href="/docs/latest/reference/CliTools/">Pulsar command-line 
tools</a></li>
           
           
           
diff --git a/content/docs/latest/reference/CustomAuth/index.html 
b/content/docs/latest/reference/CustomAuth/index.html
index 4d3474a..194aa91 100644
--- a/content/docs/latest/reference/CustomAuth/index.html
+++ b/content/docs/latest/reference/CustomAuth/index.html
@@ -937,9 +937,9 @@
           
           
           
+          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
-          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
           
@@ -1173,9 +1173,9 @@
           
           
           
+          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
-          <li><a href="/docs/latest/admin/Authz/">Authentication and 
authorization in Pulsar</a></li>
           
           
           
diff --git a/content/ja/adaptors/PulsarSpark/index.html 
b/content/ja/adaptors/PulsarSpark/index.html
index 89b7acf..67c91da 100644
--- a/content/ja/adaptors/PulsarSpark/index.html
+++ b/content/ja/adaptors/PulsarSpark/index.html
@@ -766,9 +766,9 @@
           
           
           
-          <li><a href="/ja/adaptors/PulsarSpark/">Spark Streaming Pulsar 
Receiver</a></li>
           
           
+          <li><a href="/ja/adaptors/PulsarSpark/">Spark Streaming Pulsar 
Receiver</a></li>
           
           
           
@@ -1000,9 +1000,9 @@
           
           
           
-          <li><a href="/ja/adaptors/PulsarSpark/">Spark Streaming Pulsar 
Receiver</a></li>
           
           
+          <li><a href="/ja/adaptors/PulsarSpark/">Spark Streaming Pulsar 
Receiver</a></li>
           
           
           
@@ -1152,6 +1152,8 @@
           
           
           
+          
+          
           <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
@@ -1349,8 +1351,6 @@
           
           
           
-          
-          
         </ul>
       </div>
     </div>
diff --git a/content/ja/adaptors/PulsarStorm/index.html 
b/content/ja/adaptors/PulsarStorm/index.html
index 05e405f..53c0501 100644
--- a/content/ja/adaptors/PulsarStorm/index.html
+++ b/content/ja/adaptors/PulsarStorm/index.html
@@ -770,9 +770,9 @@
           
           
           
-          <li><a href="/ja/adaptors/PulsarStorm/">Apache 
StormのためのPulsarアダプタ</a></li>
           
           
+          <li><a href="/ja/adaptors/PulsarStorm/">Apache 
StormのためのPulsarアダプタ</a></li>
           
           
           
@@ -918,6 +918,8 @@
           
           
           
+          
+          
           <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
@@ -1115,8 +1117,6 @@
           
           
           
-          
-          
         </ul>
       </div>
     </div>
diff --git a/content/ja/admin/AdminInterface/index.html 
b/content/ja/admin/AdminInterface/index.html
index 3c36ca8..0aab409 100644
--- a/content/ja/admin/AdminInterface/index.html
+++ b/content/ja/admin/AdminInterface/index.html
@@ -684,9 +684,9 @@
           
           
           
-          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
+          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
           
@@ -694,9 +694,9 @@
           
           
           
-          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
+          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
           
@@ -766,9 +766,9 @@
           
           
           
-          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
+          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
           
@@ -796,9 +796,9 @@
           
           
           
-          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
+          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
           
@@ -940,9 +940,9 @@
           
           
           
-          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
+          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
           
@@ -1402,6 +1402,8 @@
           
           
           
+          
+          
           <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
@@ -1599,8 +1601,6 @@
           
           
           
-          
-          
         </ul>
       </div>
     </div>
diff --git a/content/ja/admin/Authz/index.html 
b/content/ja/admin/Authz/index.html
index c8603ae..05bf4cb 100644
--- a/content/ja/admin/Authz/index.html
+++ b/content/ja/admin/Authz/index.html
@@ -684,9 +684,9 @@
           
           
           
-          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
+          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
           
@@ -694,9 +694,9 @@
           
           
           
-          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
+          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
           
@@ -766,9 +766,9 @@
           
           
           
-          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
+          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
           
@@ -796,9 +796,9 @@
           
           
           
-          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
+          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
           
@@ -930,9 +930,9 @@
           
           
           
-          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
+          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
           
@@ -1164,9 +1164,9 @@
           
           
           
-          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
+          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
           
@@ -1398,9 +1398,9 @@
           
           
           
-          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
+          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
           
@@ -1632,9 +1632,9 @@
           
           
           
-          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
+          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
           
@@ -1868,6 +1868,8 @@
           
           
           
+          
+          
           <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
@@ -2065,8 +2067,6 @@
           
           
           
-          
-          
         </ul>
       </div>
     </div>
@@ -2108,9 +2108,9 @@
           
           
           
-          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
+          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
           
@@ -2142,9 +2142,9 @@
           
           
           
-          <li><a href="/ja/clients/Cpp/">Pulsar C++クライアント</a></li>
           
           
+          <li><a href="/ja/clients/Cpp/">Pulsar C++クライアント</a></li>
           
           
           
diff --git a/content/ja/admin/ClustersBrokers/index.html 
b/content/ja/admin/ClustersBrokers/index.html
index 8bb4c0d..f8a37c2 100644
--- a/content/ja/admin/ClustersBrokers/index.html
+++ b/content/ja/admin/ClustersBrokers/index.html
@@ -684,9 +684,9 @@
           
           
           
-          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
+          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
           
@@ -694,9 +694,9 @@
           
           
           
-          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
+          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
           
@@ -766,9 +766,9 @@
           
           
           
-          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
+          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
           
@@ -796,9 +796,9 @@
           
           
           
-          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
+          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
           
diff --git a/content/ja/admin/PropertiesNamespaces/index.html 
b/content/ja/admin/PropertiesNamespaces/index.html
index b52fa6f..11d5c27 100644
--- a/content/ja/admin/PropertiesNamespaces/index.html
+++ b/content/ja/admin/PropertiesNamespaces/index.html
@@ -1152,9 +1152,9 @@
           
           
           
-          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
+          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
           
@@ -1162,9 +1162,9 @@
           
           
           
-          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
+          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
           
@@ -1234,9 +1234,9 @@
           
           
           
-          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
+          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
           
@@ -1264,9 +1264,9 @@
           
           
           
-          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
+          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
           
diff --git a/content/ja/advanced/PartitionedTopics/index.html 
b/content/ja/advanced/PartitionedTopics/index.html
index 5826c55..f7d0f53 100644
--- a/content/ja/advanced/PartitionedTopics/index.html
+++ b/content/ja/advanced/PartitionedTopics/index.html
@@ -756,9 +756,9 @@
           
           
           
-          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
+          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
           
@@ -990,9 +990,9 @@
           
           
           
-          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
+          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
           
@@ -1152,9 +1152,9 @@
           
           
           
-          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
+          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
           
@@ -1162,9 +1162,9 @@
           
           
           
-          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
+          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
           
@@ -1234,9 +1234,9 @@
           
           
           
-          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
+          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
           
@@ -1264,9 +1264,9 @@
           
           
           
-          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
+          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
           
@@ -1472,9 +1472,9 @@
           
           
           
-          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
+          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
           
diff --git a/content/ja/advanced/RetentionExpiry/index.html 
b/content/ja/advanced/RetentionExpiry/index.html
index 5f65140..5d6b5ad 100644
--- a/content/ja/advanced/RetentionExpiry/index.html
+++ b/content/ja/advanced/RetentionExpiry/index.html
@@ -684,9 +684,9 @@
           
           
           
-          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
+          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
           
@@ -694,9 +694,9 @@
           
           
           
-          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
+          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
           
@@ -766,9 +766,9 @@
           
           
           
-          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
+          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
           
@@ -796,9 +796,9 @@
           
           
           
-          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
+          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
           
@@ -1030,9 +1030,9 @@
           
           
           
-          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
+          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
           
@@ -1264,9 +1264,9 @@
           
           
           
-          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
+          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
           
@@ -1498,9 +1498,9 @@
           
           
           
-          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
+          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
           
diff --git a/content/ja/clients/Cpp/index.html 
b/content/ja/clients/Cpp/index.html
index f9d6b73..e7b5661 100644
--- a/content/ja/clients/Cpp/index.html
+++ b/content/ja/clients/Cpp/index.html
@@ -690,6 +690,8 @@
           
           
           
+          
+          
           <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
@@ -879,8 +881,6 @@
           
           
           
-          
-          
         </ul>
       </div>
     </div>
@@ -922,9 +922,9 @@
           
           
           
-          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
+          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
           
@@ -956,9 +956,9 @@
           
           
           
-          <li><a href="/ja/clients/Cpp/">Pulsar C++クライアント</a></li>
           
           
+          <li><a href="/ja/clients/Cpp/">Pulsar C++クライアント</a></li>
           
           
           
diff --git a/content/ja/clients/Java/index.html 
b/content/ja/clients/Java/index.html
index f75a6ef..641ef2f 100644
--- a/content/ja/clients/Java/index.html
+++ b/content/ja/clients/Java/index.html
@@ -690,6 +690,8 @@
           
           
           
+          
+          
           <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
@@ -879,8 +881,6 @@
           
           
           
-          
-          
         </ul>
       </div>
     </div>
@@ -924,6 +924,8 @@
           
           
           
+          
+          
           <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
@@ -1121,8 +1123,6 @@
           
           
           
-          
-          
         </ul>
       </div>
     </div>
diff --git a/content/ja/clients/Python/index.html 
b/content/ja/clients/Python/index.html
index 54680ae..1081614 100644
--- a/content/ja/clients/Python/index.html
+++ b/content/ja/clients/Python/index.html
@@ -690,6 +690,8 @@
           
           
           
+          
+          
           <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
@@ -879,8 +881,6 @@
           
           
           
-          
-          
         </ul>
       </div>
     </div>
@@ -1014,9 +1014,9 @@
           
           
           
-          <li><a href="/ja/clients/Python/">Pulsar Pythonクライアント</a></li>
           
           
+          <li><a href="/ja/clients/Python/">Pulsar Pythonクライアント</a></li>
           
           
           
@@ -1036,9 +1036,9 @@
           
           
           
-          <li><a href="/ja/clients/WebSocket/">PulsarにおけるWebSocket API</a></li>
           
           
+          <li><a href="/ja/clients/WebSocket/">PulsarにおけるWebSocket API</a></li>
           
           
           
diff --git a/content/ja/clients/WebSocket/index.html 
b/content/ja/clients/WebSocket/index.html
index 7025384..0567ec1 100644
--- a/content/ja/clients/WebSocket/index.html
+++ b/content/ja/clients/WebSocket/index.html
@@ -794,9 +794,9 @@
           
           
           
-          <li><a href="/ja/clients/WebSocket/">PulsarにおけるWebSocket API</a></li>
           
           
+          <li><a href="/ja/clients/WebSocket/">PulsarにおけるWebSocket API</a></li>
           
           
           
@@ -1028,9 +1028,9 @@
           
           
           
-          <li><a href="/ja/clients/WebSocket/">PulsarにおけるWebSocket API</a></li>
           
           
+          <li><a href="/ja/clients/WebSocket/">PulsarにおけるWebSocket API</a></li>
           
           
           
@@ -1242,9 +1242,9 @@
           
           
           
-          <li><a href="/ja/clients/Python/">Pulsar Pythonクライアント</a></li>
           
           
+          <li><a href="/ja/clients/Python/">Pulsar Pythonクライアント</a></li>
           
           
           
@@ -1264,9 +1264,9 @@
           
           
           
-          <li><a href="/ja/clients/WebSocket/">PulsarにおけるWebSocket API</a></li>
           
           
+          <li><a href="/ja/clients/WebSocket/">PulsarにおけるWebSocket API</a></li>
           
           
           
diff --git a/content/ja/deployment/InstanceSetup/index.html 
b/content/ja/deployment/InstanceSetup/index.html
index b8394f7..3092446 100644
--- a/content/ja/deployment/InstanceSetup/index.html
+++ b/content/ja/deployment/InstanceSetup/index.html
@@ -684,9 +684,9 @@
           
           
           
-          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
+          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
           
@@ -694,9 +694,9 @@
           
           
           
-          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
+          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
           
@@ -766,9 +766,9 @@
           
           
           
-          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
+          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
           
@@ -796,9 +796,9 @@
           
           
           
-          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
+          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
           
diff --git a/content/ja/deployment/Kubernetes/index.html 
b/content/ja/deployment/Kubernetes/index.html
index 9cbdc56..693f80e 100644
--- a/content/ja/deployment/Kubernetes/index.html
+++ b/content/ja/deployment/Kubernetes/index.html
@@ -738,9 +738,9 @@
           
           
           
-          <li><a 
href="/ja/deployment/Kubernetes/">Kubernetes上でのPulsarのデプロイ</a></li>
           
           
+          <li><a 
href="/ja/deployment/Kubernetes/">Kubernetes上でのPulsarのデプロイ</a></li>
           
           
           
@@ -972,9 +972,9 @@
           
           
           
-          <li><a 
href="/ja/deployment/Kubernetes/">Kubernetes上でのPulsarのデプロイ</a></li>
           
           
+          <li><a 
href="/ja/deployment/Kubernetes/">Kubernetes上でのPulsarのデプロイ</a></li>
           
           
           
diff --git a/content/ja/getting-started/ConceptsAndArchitecture/index.html 
b/content/ja/getting-started/ConceptsAndArchitecture/index.html
index c275d0c..159e81d 100644
--- a/content/ja/getting-started/ConceptsAndArchitecture/index.html
+++ b/content/ja/getting-started/ConceptsAndArchitecture/index.html
@@ -706,9 +706,9 @@
           
           
           
-          <li><a 
href="/ja/getting-started/ConceptsAndArchitecture/">Pulsarのコンセプトとアーキテクチャ</a></li>
           
           
+          <li><a 
href="/ja/getting-started/ConceptsAndArchitecture/">Pulsarのコンセプトとアーキテクチャ</a></li>
           
           
           
diff --git a/content/ja/getting-started/LocalCluster/index.html 
b/content/ja/getting-started/LocalCluster/index.html
index 89ecf4e..ec3ce21 100644
--- a/content/ja/getting-started/LocalCluster/index.html
+++ b/content/ja/getting-started/LocalCluster/index.html
@@ -744,9 +744,9 @@
           
           
           
-          <li><a 
href="/ja/getting-started/LocalCluster/">ローカルスタンドアローンクラスタのセットアップ</a></li>
           
           
+          <li><a 
href="/ja/getting-started/LocalCluster/">ローカルスタンドアローンクラスタのセットアップ</a></li>
           
           
           
@@ -978,9 +978,9 @@
           
           
           
-          <li><a 
href="/ja/getting-started/LocalCluster/">ローカルスタンドアローンクラスタのセットアップ</a></li>
           
           
+          <li><a 
href="/ja/getting-started/LocalCluster/">ローカルスタンドアローンクラスタのセットアップ</a></li>
           
           
           
diff --git a/content/ja/project/BinaryProtocol/index.html 
b/content/ja/project/BinaryProtocol/index.html
index 84b3ed9..24888f9 100644
--- a/content/ja/project/BinaryProtocol/index.html
+++ b/content/ja/project/BinaryProtocol/index.html
@@ -686,9 +686,9 @@
           
           
           
-          <li><a 
href="/ja/project/BinaryProtocol/">Pulsarのバイナリプロトコルの仕様</a></li>
           
           
+          <li><a 
href="/ja/project/BinaryProtocol/">Pulsarのバイナリプロトコルの仕様</a></li>
           
           
           
@@ -920,9 +920,9 @@
           
           
           
-          <li><a 
href="/ja/project/BinaryProtocol/">Pulsarのバイナリプロトコルの仕様</a></li>
           
           
+          <li><a 
href="/ja/project/BinaryProtocol/">Pulsarのバイナリプロトコルの仕様</a></li>
           
           
           
diff --git a/content/ja/project/SimulationTools/index.html 
b/content/ja/project/SimulationTools/index.html
index 852169f..7c25dbc 100644
--- a/content/ja/project/SimulationTools/index.html
+++ b/content/ja/project/SimulationTools/index.html
@@ -786,9 +786,9 @@
           
           
           
-          <li><a href="/ja/project/SimulationTools/">シミュレーションツール</a></li>
           
           
+          <li><a href="/ja/project/SimulationTools/">シミュレーションツール</a></li>
           
           
           
diff --git a/content/ja/reference/CliTools/index.html 
b/content/ja/reference/CliTools/index.html
index 6419c38..380af0c 100644
--- a/content/ja/reference/CliTools/index.html
+++ b/content/ja/reference/CliTools/index.html
@@ -684,9 +684,9 @@
           
           
           
-          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
+          <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
           
           
           
@@ -694,9 +694,9 @@
           
           
           
-          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
+          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
           
@@ -766,9 +766,9 @@
           
           
           
-          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
+          <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
           
           
           
@@ -796,9 +796,9 @@
           
           
           
-          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
+          <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
           
           
           
@@ -940,9 +940,9 @@
           
           
           
-          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
+          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
           
@@ -1174,6 +1174,8 @@
           
           
           
+          
+          
           <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
@@ -1363,8 +1365,6 @@
           
           
           
-          
-          
         </ul>
       </div>
     </div>
@@ -1414,9 +1414,9 @@
           
           
           
-          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
+          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
           
@@ -1648,9 +1648,9 @@
           
           
           
-          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
+          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
           
@@ -1882,9 +1882,9 @@
           
           
           
-          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
+          <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
           
           
           

Reply via email to