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 1b52c68 Updated site at revision 5ba840a
1b52c68 is described below
commit 1b52c689a4ee6ffaa7656557b0c101fcd1254c84
Author: jenkins <[email protected]>
AuthorDate: Tue Jun 19 21:45:06 2018 +0000
Updated site at revision 5ba840a
---
content/api/python/index.html | 6 +++---
.../docs/latest/adaptors/PulsarSpark/index.html | 8 ++++----
.../docs/latest/adaptors/PulsarStorm/index.html | 6 +++---
content/docs/latest/admin-api/brokers/index.html | 2 +-
content/docs/latest/admin-api/overview/index.html | 10 ++++-----
content/docs/latest/admin/Authz/index.html | 20 +++++++++---------
content/docs/latest/clients/Cpp/index.html | 10 ++++-----
content/docs/latest/clients/Java/index.html | 18 ++++++++--------
content/docs/latest/clients/Python/index.html | 10 ++++-----
content/docs/latest/clients/WebSocket/index.html | 8 ++++----
.../docs/latest/cookbooks/Encryption/index.html | 6 +++---
.../latest/cookbooks/PartitionedTopics/index.html | 14 ++++++-------
.../latest/cookbooks/RetentionExpiry/index.html | 14 ++++++-------
.../docs/latest/cookbooks/compaction/index.html | 6 +++---
.../cookbooks/message-deduplication/index.html | 10 ++++-----
.../docs/latest/cookbooks/message-queue/index.html | 14 ++++++-------
.../latest/cookbooks/tiered-storage/index.html | 4 ++--
.../docs/latest/deployment/Kubernetes/index.html | 4 ++--
.../docs/latest/deployment/aws-cluster/index.html | 4 ++--
content/docs/latest/deployment/cluster/index.html | 4 ++--
content/docs/latest/deployment/instance/index.html | 4 ++--
content/docs/latest/functions/api/index.html | 2 +-
content/docs/latest/functions/overview/index.html | 2 +-
.../ConceptsAndArchitecture/index.html | 4 ++--
.../latest/getting-started/LocalCluster/index.html | 8 ++++----
.../latest/getting-started/Pulsar-2.0/index.html | 2 +-
.../docs/latest/getting-started/docker/index.html | 7 ++-----
.../docs/latest/project/BinaryProtocol/index.html | 4 ++--
content/docs/latest/project/CompileCpp/index.html | 12 +++++------
.../docs/latest/project/SimulationTools/index.html | 2 +-
.../docs/latest/project/schema-storage/index.html | 4 ++--
content/docs/latest/reference/CliTools/index.html | 18 ++++++++--------
.../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, 210 insertions(+), 213 deletions(-)
diff --git a/content/api/python/index.html b/content/api/python/index.html
index f2adf73..d6d4479 100644
--- a/content/api/python/index.html
+++ b/content/api/python/index.html
@@ -1271,9 +1271,9 @@ import _pulsar
from _pulsar import Result, CompressionType, ConsumerType,
PartitionsRoutingMode # noqa: F401
-from functions.function import Function
-from functions.context import Context
-from functions.serde import SerDe, IdentitySerDe, PickleSerDe
+from pulsar.functions.function import Function
+from pulsar.functions.context import Context
+from pulsar.functions.serde import SerDe, IdentitySerDe, PickleSerDe
class MessageId:
"""
diff --git a/content/docs/latest/adaptors/PulsarSpark/index.html
b/content/docs/latest/adaptors/PulsarSpark/index.html
index a8d25b8..b51b2cf 100644
--- a/content/docs/latest/adaptors/PulsarSpark/index.html
+++ b/content/docs/latest/adaptors/PulsarSpark/index.html
@@ -1001,9 +1001,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>
@@ -1231,9 +1231,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>
@@ -1377,8 +1377,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1537,6 +1535,8 @@
+
+
<li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as
a message queue</a></li>
diff --git a/content/docs/latest/adaptors/PulsarStorm/index.html
b/content/docs/latest/adaptors/PulsarStorm/index.html
index 511215b..f86716a 100644
--- a/content/docs/latest/adaptors/PulsarStorm/index.html
+++ b/content/docs/latest/adaptors/PulsarStorm/index.html
@@ -1005,9 +1005,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>
@@ -1147,8 +1147,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1307,6 +1305,8 @@
+
+
<li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as
a message queue</a></li>
diff --git a/content/docs/latest/admin-api/brokers/index.html
b/content/docs/latest/admin-api/brokers/index.html
index 269ebd8..6ceed75 100644
--- a/content/docs/latest/admin-api/brokers/index.html
+++ b/content/docs/latest/admin-api/brokers/index.html
@@ -914,7 +914,7 @@
<ol>
<li>An HTTP server exposing a <a href="../../reference/RestApi">REST
interface</a> administration and <span class="popover-term" tabindex="0"
title="What is a topic?" data-placement="top" data-content="A named channel
used to pass messages published by producers to consumers who process those
messages." data-toggle="popover" data-trigger="focus">topic</span> lookup.</li>
- <li>A dispatcher that handles all Pulsar <span class=”popover-term”
tabindex=”0” title=”What is a message in Pulsar?” data-placement=”top”
data-content=”Messages are the basic “unit” of Pulsar. They’re what producers
publish to topics and what consumers then consume from topics.”
data-toggle=”popover” data-trigger=”focus”>message</span>
transfers.</li>
+ <li>A dispatcher that handles all Pulsar <span class="popover-term"
tabindex="0" title="What is a message in Pulsar?" data-placement="top"
data-content="Messages are the basic unit of Pulsar. They're what producers
publish to topics and what consumers then consume from topics."
data-toggle="popover" data-trigger="focus">message</span> transfers.</li>
</ol>
<p><span class="popover-term" tabindex="0" title="What is a broker?"
data-placement="top" data-content="A stateless component of Pulsar clusters
that runs two other components: an HTTP server exposing a REST interface for
administration and topic lookup and a dispatcher that handles all message
transers. Pulsar clusters typically consist of multiple brokers."
data-toggle="popover" data-trigger="focus">Brokers</span> can be managed
via:</p>
diff --git a/content/docs/latest/admin-api/overview/index.html
b/content/docs/latest/admin-api/overview/index.html
index aa428cd..6ac00c5 100644
--- a/content/docs/latest/admin-api/overview/index.html
+++ b/content/docs/latest/admin-api/overview/index.html
@@ -917,8 +917,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1047,6 +1045,8 @@
+
+
<li><a href="/docs/latest/deployment/aws-cluster/">Deploying a
Pulsar cluster on AWS using Terraform and Ansible</a></li>
@@ -1175,9 +1175,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>
@@ -1629,8 +1629,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1789,6 +1787,8 @@
+
+
<li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as
a message queue</a></li>
diff --git a/content/docs/latest/admin/Authz/index.html
b/content/docs/latest/admin/Authz/index.html
index e99c85a..edddbc6 100644
--- a/content/docs/latest/admin/Authz/index.html
+++ b/content/docs/latest/admin/Authz/index.html
@@ -917,8 +917,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1047,6 +1045,8 @@
+
+
<li><a href="/docs/latest/deployment/aws-cluster/">Deploying a
Pulsar cluster on AWS using Terraform and Ansible</a></li>
@@ -1167,9 +1167,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>
@@ -1399,9 +1399,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>
@@ -1631,9 +1631,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>
@@ -1861,9 +1861,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>
@@ -2091,8 +2091,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -2251,6 +2249,8 @@
+
+
<li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as
a message queue</a></li>
@@ -2331,9 +2331,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>
@@ -2367,9 +2367,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 4ea5a02..66f78d2 100644
--- a/content/docs/latest/clients/Cpp/index.html
+++ b/content/docs/latest/clients/Cpp/index.html
@@ -925,8 +925,6 @@
-
-
<li><a href="/docs/latest/reference/CliTools/">Pulsar command-line
tools</a></li>
@@ -941,9 +939,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>
@@ -1114,6 +1112,8 @@
+
+
</ul>
</div>
</div>
@@ -1155,9 +1155,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>
@@ -1191,9 +1191,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 5bc9257..a61ef6a 100644
--- a/content/docs/latest/clients/Java/index.html
+++ b/content/docs/latest/clients/Java/index.html
@@ -925,8 +925,6 @@
-
-
<li><a href="/docs/latest/reference/CliTools/">Pulsar command-line
tools</a></li>
@@ -941,9 +939,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>
@@ -1114,6 +1112,8 @@
+
+
</ul>
</div>
</div>
@@ -1155,8 +1155,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1315,6 +1313,8 @@
+
+
<li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as
a message queue</a></li>
@@ -1445,9 +1445,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>
@@ -1677,9 +1677,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>
@@ -2022,7 +2022,7 @@
<h2 id="producers">Producers</h2>
-<p>In Pulsar, <span class="popover-term" tabindex="0" title="What is a
producer?" data-placement="top" data-content="A process that publishes messages
to a Pulsar topic." data-toggle="popover" data-trigger="focus">producers</span>
write <span class=”popover-term” tabindex=”0” title=”What is a message in
Pulsar?” data-placement=”top” data-content=”Messages are the basic “unit” of
Pulsar. They’re what producers publish to topics and what consumers then
consume from topics.” data-toggle= [...]
+<p>In Pulsar, <span class="popover-term" tabindex="0" title="What is a
producer?" data-placement="top" data-content="A process that publishes messages
to a Pulsar topic." data-toggle="popover" data-trigger="focus">producers</span>
write <span class="popover-term" tabindex="0" title="What is a message in
Pulsar?" data-placement="top" data-content="Messages are the basic unit of
Pulsar. They're what producers publish to topics and what consumers then
consume from topics." data-toggle="popo [...]
<div class="language-java highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="n">Producer</span><span
class="o"><</span><span class="kt">byte</span><span class="o">[]></span>
<span class="n">producer</span> <span class="o">=</span> <span
class="n">client</span><span class="o">.</span><span
class="na">newProducer</span><span class="o">()</span>
<span class="o">.</span><span class="na">topic</span><span
class="o">(</span><span class="s">"my-topic"</span><span class="o">)</span>
@@ -2130,7 +2130,7 @@ get a future returned.</p>
<h2 id="consumers">Consumers</h2>
-<p>In Pulsar, <span class="popover-term" tabindex="0" title="What is a
consumer?" data-placement="top" data-content="A process that establishes a
subscription to a Pulsar topic and processes messages published to that topic
by producers." data-toggle="popover" data-trigger="focus">consumers</span>
subscribe to <span class="popover-term" tabindex="0" title="What is a topic?"
data-placement="top" data-content="A named channel used to pass messages
published by producers to consumers who pr [...]
+<p>In Pulsar, <span class="popover-term" tabindex="0" title="What is a
consumer?" data-placement="top" data-content="A process that establishes a
subscription to a Pulsar topic and processes messages published to that topic
by producers." data-toggle="popover" data-trigger="focus">consumers</span>
subscribe to <span class="popover-term" tabindex="0" title="What is a topic?"
data-placement="top" data-content="A named channel used to pass messages
published by producers to consumers who pr [...]
<p>Once you’ve instantiated a <a target="_blank"
href="/api/client/org/apache/pulsar/client/api/PulsarClient.html"><code
class="highlighter-rouge">PulsarClient</code></a> object, you can create a <a
target="_blank"
href="/api/client/org/apache/pulsar/client/api/Consumer.html"><code
class="highlighter-rouge">Consumer</code></a> by specifying a <span
class="popover-term" tabindex="0" title="What is a topic?" data-placement="top"
data-content="A named channel used to pass messages published [...]
diff --git a/content/docs/latest/clients/Python/index.html
b/content/docs/latest/clients/Python/index.html
index 10f5222..aa832df 100644
--- a/content/docs/latest/clients/Python/index.html
+++ b/content/docs/latest/clients/Python/index.html
@@ -925,8 +925,6 @@
-
-
<li><a href="/docs/latest/reference/CliTools/">Pulsar command-line
tools</a></li>
@@ -941,9 +939,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>
@@ -1114,6 +1112,8 @@
+
+
</ul>
</div>
</div>
@@ -1247,8 +1247,6 @@
-
-
<li><a href="/docs/latest/clients/Python/">The Pulsar Python
client</a></li>
@@ -1311,6 +1309,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 21e5230..e14d8d9 100644
--- a/content/docs/latest/clients/WebSocket/index.html
+++ b/content/docs/latest/clients/WebSocket/index.html
@@ -1029,9 +1029,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>
@@ -1259,9 +1259,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>
@@ -1469,8 +1469,6 @@
-
-
<li><a href="/docs/latest/clients/Python/">The Pulsar Python
client</a></li>
@@ -1533,6 +1531,8 @@
+
+
<li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as
a message queue</a></li>
diff --git a/content/docs/latest/cookbooks/Encryption/index.html
b/content/docs/latest/cookbooks/Encryption/index.html
index 74ef4de..518d57f 100644
--- a/content/docs/latest/cookbooks/Encryption/index.html
+++ b/content/docs/latest/cookbooks/Encryption/index.html
@@ -1453,9 +1453,9 @@
+ <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned
topics</a></li>
- <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned
topics</a></li>
@@ -1691,8 +1691,6 @@
-
-
<li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned
topics</a></li>
@@ -1771,6 +1769,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 e3430ae..f3b7bb7 100644
--- a/content/docs/latest/cookbooks/PartitionedTopics/index.html
+++ b/content/docs/latest/cookbooks/PartitionedTopics/index.html
@@ -991,9 +991,9 @@
+ <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned
topics</a></li>
- <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned
topics</a></li>
@@ -1221,9 +1221,9 @@
+ <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned
topics</a></li>
- <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned
topics</a></li>
@@ -1377,8 +1377,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1507,6 +1505,8 @@
+
+
<li><a href="/docs/latest/deployment/aws-cluster/">Deploying a
Pulsar cluster on AWS using Terraform and Ansible</a></li>
@@ -1703,9 +1703,9 @@
+ <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned
topics</a></li>
- <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned
topics</a></li>
@@ -1941,8 +1941,6 @@
-
-
<li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned
topics</a></li>
@@ -2021,6 +2019,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 fd2ba86..832dcb2 100644
--- a/content/docs/latest/cookbooks/RetentionExpiry/index.html
+++ b/content/docs/latest/cookbooks/RetentionExpiry/index.html
@@ -917,8 +917,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1047,6 +1045,8 @@
+
+
<li><a href="/docs/latest/deployment/aws-cluster/">Deploying a
Pulsar cluster on AWS using Terraform and Ansible</a></li>
@@ -1267,9 +1267,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>
@@ -1497,9 +1497,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>
@@ -1727,9 +1727,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>
@@ -1933,8 +1933,6 @@
-
-
<li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned
topics</a></li>
@@ -2013,6 +2011,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 0246290..92c657e 100644
--- a/content/docs/latest/cookbooks/compaction/index.html
+++ b/content/docs/latest/cookbooks/compaction/index.html
@@ -917,8 +917,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1047,6 +1045,8 @@
+
+
<li><a href="/docs/latest/deployment/aws-cluster/">Deploying a
Pulsar cluster on AWS using Terraform and Ansible</a></li>
@@ -1243,9 +1243,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 9383502..86cc2af 100644
--- a/content/docs/latest/cookbooks/message-deduplication/index.html
+++ b/content/docs/latest/cookbooks/message-deduplication/index.html
@@ -917,8 +917,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1047,6 +1045,8 @@
+
+
<li><a href="/docs/latest/deployment/aws-cluster/">Deploying a
Pulsar cluster on AWS using Terraform and Ansible</a></li>
@@ -1191,9 +1191,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>
@@ -1475,8 +1475,6 @@
-
-
<li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned
topics</a></li>
@@ -1555,6 +1553,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 90a0d3e..00da00b 100644
--- a/content/docs/latest/cookbooks/message-queue/index.html
+++ b/content/docs/latest/cookbooks/message-queue/index.html
@@ -993,9 +993,9 @@
+ <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned
topics</a></li>
- <li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned
topics</a></li>
@@ -1155,8 +1155,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1315,6 +1313,8 @@
+
+
<li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as
a message queue</a></li>
@@ -1487,8 +1487,6 @@
-
-
<li><a href="/docs/latest/clients/Python/">The Pulsar Python
client</a></li>
@@ -1551,6 +1549,8 @@
+
+
<li><a href="/docs/latest/cookbooks/message-queue/">Using Pulsar as
a message queue</a></li>
@@ -1935,8 +1935,6 @@
-
-
<li><a href="/docs/latest/cookbooks/PartitionedTopics/">Partitioned
topics</a></li>
@@ -2015,6 +2013,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 95583b1..8e85295 100644
--- a/content/docs/latest/cookbooks/tiered-storage/index.html
+++ b/content/docs/latest/cookbooks/tiered-storage/index.html
@@ -917,8 +917,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1047,6 +1045,8 @@
+
+
<li><a href="/docs/latest/deployment/aws-cluster/">Deploying a
Pulsar cluster on AWS using Terraform and Ansible</a></li>
diff --git a/content/docs/latest/deployment/Kubernetes/index.html
b/content/docs/latest/deployment/Kubernetes/index.html
index b0ff96d..e914fd7 100644
--- a/content/docs/latest/deployment/Kubernetes/index.html
+++ b/content/docs/latest/deployment/Kubernetes/index.html
@@ -973,9 +973,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>
@@ -1203,9 +1203,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 4ce3ffa..3f0d1ef 100644
--- a/content/docs/latest/deployment/aws-cluster/index.html
+++ b/content/docs/latest/deployment/aws-cluster/index.html
@@ -917,8 +917,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1047,6 +1045,8 @@
+
+
<li><a href="/docs/latest/deployment/aws-cluster/">Deploying a
Pulsar cluster on AWS using Terraform and Ansible</a></li>
diff --git a/content/docs/latest/deployment/cluster/index.html
b/content/docs/latest/deployment/cluster/index.html
index dc5ad00..07c00bb 100644
--- a/content/docs/latest/deployment/cluster/index.html
+++ b/content/docs/latest/deployment/cluster/index.html
@@ -917,8 +917,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1047,6 +1045,8 @@
+
+
<li><a href="/docs/latest/deployment/aws-cluster/">Deploying a
Pulsar cluster on AWS using Terraform and Ansible</a></li>
diff --git a/content/docs/latest/deployment/instance/index.html
b/content/docs/latest/deployment/instance/index.html
index 1bb27df..4ebb8e2 100644
--- a/content/docs/latest/deployment/instance/index.html
+++ b/content/docs/latest/deployment/instance/index.html
@@ -917,8 +917,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1047,6 +1045,8 @@
+
+
<li><a href="/docs/latest/deployment/aws-cluster/">Deploying a
Pulsar cluster on AWS using Terraform and Ansible</a></li>
diff --git a/content/docs/latest/functions/api/index.html
b/content/docs/latest/functions/api/index.html
index e31d02c..c670ce8 100644
--- a/content/docs/latest/functions/api/index.html
+++ b/content/docs/latest/functions/api/index.html
@@ -1035,7 +1035,7 @@
<ul>
<li>The name and ID of the Pulsar Function</li>
- <li>The message ID of each message. Each Pulsar <span
class=”popover-term” tabindex=”0” title=”What is a message in Pulsar?”
data-placement=”top” data-content=”Messages are the basic “unit” of Pulsar.
They’re what producers publish to topics and what consumers then consume from
topics.” data-toggle=”popover” data-trigger=”focus”>message</span> is
automatically assigned an ID.</li>
+ <li>The message ID of each message. Each Pulsar <span class="popover-term"
tabindex="0" title="What is a message in Pulsar?" data-placement="top"
data-content="Messages are the basic unit of Pulsar. They're what producers
publish to topics and what consumers then consume from topics."
data-toggle="popover" data-trigger="focus">message</span> is automatically
assigned an ID.</li>
<li>The name of the topic on which the message was sent</li>
<li>The names of all input topics as well as the output topic associated
with the function</li>
<li>The name of the class used for <a href="#serde">SerDe</a></li>
diff --git a/content/docs/latest/functions/overview/index.html
b/content/docs/latest/functions/overview/index.html
index 28cc126..5fc76d6 100644
--- a/content/docs/latest/functions/overview/index.html
+++ b/content/docs/latest/functions/overview/index.html
@@ -892,7 +892,7 @@
<p><strong>Pulsar Functions</strong> are lightweight compute processes
that</p>
<ul>
- <li>consume <span class=”popover-term” tabindex=”0” title=”What is a
message in Pulsar?” data-placement=”top” data-content=”Messages are the basic
“unit” of Pulsar. They’re what producers publish to topics and what consumers
then consume from topics.” data-toggle=”popover”
data-trigger=”focus”>messages</span> from one or more Pulsar <span
class="popover-term" tabindex="0" title="What is a topic?" data-placement="top"
data-content="A named channel used to pass messages publi [...]
+ <li>consume <span class="popover-term" tabindex="0" title="What is a message
in Pulsar?" data-placement="top" data-content="Messages are the basic unit of
Pulsar. They're what producers publish to topics and what consumers then
consume from topics." data-toggle="popover"
data-trigger="focus">messages</span> from one or more Pulsar <span
class="popover-term" tabindex="0" title="What is a topic?" data-placement="top"
data-content="A named channel used to pass messages published by produc [...]
<li>apply a user-supplied processing logic to each message,</li>
<li>publish the results of the computation to another topic</li>
</ul>
diff --git
a/content/docs/latest/getting-started/ConceptsAndArchitecture/index.html
b/content/docs/latest/getting-started/ConceptsAndArchitecture/index.html
index 8aaa0cf..29a0117 100644
--- a/content/docs/latest/getting-started/ConceptsAndArchitecture/index.html
+++ b/content/docs/latest/getting-started/ConceptsAndArchitecture/index.html
@@ -941,9 +941,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>
@@ -1171,9 +1171,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 d4cb109..5c35fbe 100644
--- a/content/docs/latest/getting-started/LocalCluster/index.html
+++ b/content/docs/latest/getting-started/LocalCluster/index.html
@@ -979,9 +979,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>
@@ -1211,9 +1211,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>
@@ -1618,8 +1618,8 @@
<div class="language-java highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="n">String</span> <span
class="n">localClusterUrl</span> <span class="o">=</span> <span
class="s">"pulsar://localhost:6650"</span><span class="o">;</span>
-<span class="n">PulsarClient</span> <span class="n">client</span> <span
class="o">=</span> <span class="n">PulsarClient</span><span
class="o">.</span><span class="na">create</span><span class="o">(</span><span
class="n">localClusterUrl</span><span class="o">);</span>
-<span class="n">Producer</span> <span class="n">producer</span> <span
class="o">=</span> <span class="n">client</span><span class="o">.</span><span
class="na">createProducer</span><span class="o">(</span><span
class="s">"my-topic"</span><span class="o">);</span>
+<span class="n">PulsarClient</span> <span class="n">client</span> <span
class="o">=</span> <span class="n">PulsarClient</span><span
class="o">.</span><span class="na">builder</span><span
class="o">().</span><span class="na">serviceURL</span><span
class="o">(</span><span class="n">localClusterUrl</span><span
class="o">).</span><span class="na">build</span><span class="o">();</span>
+<span class="n">Producer</span><span class="o"><</span><span
class="kt">byte</span><span class="o">[]></span> <span
class="n">producer</span> <span class="o">=</span> <span
class="n">client</span><span class="o">.</span><span
class="na">newProducer</span><span class="o">().</span><span
class="na">topic</span><span class="o">(</span><span
class="s">"my-topic"</span><span class="o">).</span><span
class="na">create</span><span class="o">();</span>
</code></pre></div></div>
<p>Here’s an example <a href="../../clients/Python">Python</a> producer:</p>
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 f5a2871..73eb468 100644
--- a/content/docs/latest/getting-started/Pulsar-2.0/index.html
+++ b/content/docs/latest/getting-started/Pulsar-2.0/index.html
@@ -1453,9 +1453,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 5787aa2..e7dab6c 100644
--- a/content/docs/latest/getting-started/docker/index.html
+++ b/content/docs/latest/getting-started/docker/index.html
@@ -979,9 +979,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>
@@ -1211,9 +1211,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>
@@ -1625,9 +1625,6 @@ and follow the instructions for your OS.</p>
<li><code class="highlighter-rouge">-v $PWD/data:/pulsar/data</code>: This
will make the process inside the container to store the
data and metadata in the filesystem outside the container, in order to not
start “fresh” every
time the container is restarted.</li>
- <li><code class="highlighter-rouge">--advertised-address 127.0.0.1</code>:
This is needed so that the Pulsar broker can advertise an IP
-address that is reachable from outside the Docker container. You can also use
the host machine IP,
-if you want to make Pulsar standalone accessible from other machines.</li>
</ul>
<p>If Pulsar has been successfully started, you should see <code
class="highlighter-rouge">INFO</code>-level log messages like this:</p>
diff --git a/content/docs/latest/project/BinaryProtocol/index.html
b/content/docs/latest/project/BinaryProtocol/index.html
index e9ae0aa..23aeb18 100644
--- a/content/docs/latest/project/BinaryProtocol/index.html
+++ b/content/docs/latest/project/BinaryProtocol/index.html
@@ -921,9 +921,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>
@@ -1151,9 +1151,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>
diff --git a/content/docs/latest/project/CompileCpp/index.html
b/content/docs/latest/project/CompileCpp/index.html
index f53d817..c9283dc 100644
--- a/content/docs/latest/project/CompileCpp/index.html
+++ b/content/docs/latest/project/CompileCpp/index.html
@@ -925,8 +925,6 @@
-
-
<li><a href="/docs/latest/reference/CliTools/">Pulsar command-line
tools</a></li>
@@ -941,9 +939,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>
@@ -1114,6 +1112,8 @@
+
+
</ul>
</div>
</div>
@@ -1155,9 +1155,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>
@@ -1191,9 +1191,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>
@@ -1421,7 +1421,7 @@
<span class="nv">$ </span><span class="nb">cd</span> /usr/src/googletest
<span class="nv">$ </span><span class="nb">sudo </span>cmake <span
class="nb">.</span>
<span class="nv">$ </span><span class="nb">sudo </span>make
-<span class="nv">$ </span><span class="nb">sudo cp</span>
./googlemock/libgmock.a ./googletest/libgtest.a /usr/lib/
+<span class="nv">$ </span><span class="nb">sudo cp</span>
./googlemock/libgmock.a ./googlemock/gtest/libgtest.a /usr/lib/
<span class="c"># less than 1.18.0</span>
<span class="nv">$ </span><span class="nb">cd</span> /usr/src/gtest
diff --git a/content/docs/latest/project/SimulationTools/index.html
b/content/docs/latest/project/SimulationTools/index.html
index 1c219ce..0db5966 100644
--- a/content/docs/latest/project/SimulationTools/index.html
+++ b/content/docs/latest/project/SimulationTools/index.html
@@ -1021,9 +1021,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 586eb98..69f322e 100644
--- a/content/docs/latest/project/schema-storage/index.html
+++ b/content/docs/latest/project/schema-storage/index.html
@@ -967,9 +967,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>
@@ -1199,9 +1199,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 3fd10fc..8c2e70a 100644
--- a/content/docs/latest/reference/CliTools/index.html
+++ b/content/docs/latest/reference/CliTools/index.html
@@ -917,8 +917,6 @@
-
-
<li><a href="/docs/latest/admin/Authz/">Authentication and
authorization in Pulsar</a></li>
@@ -1047,6 +1045,8 @@
+
+
<li><a href="/docs/latest/deployment/aws-cluster/">Deploying a
Pulsar cluster on AWS using Terraform and Ansible</a></li>
@@ -1175,9 +1175,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>
@@ -1407,8 +1407,6 @@
-
-
<li><a href="/docs/latest/reference/CliTools/">Pulsar command-line
tools</a></li>
@@ -1423,9 +1421,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>
@@ -1596,6 +1594,8 @@
+
+
</ul>
</div>
</div>
@@ -1645,9 +1645,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>
@@ -1875,9 +1875,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>
@@ -2105,9 +2105,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 d4f988d..5042928 100644
--- a/content/docs/latest/reference/CustomAuth/index.html
+++ b/content/docs/latest/reference/CustomAuth/index.html
@@ -917,9 +917,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>
@@ -1149,9 +1149,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 0afe662..d7a4e36 100644
--- a/content/ja/adaptors/PulsarSpark/index.html
+++ b/content/ja/adaptors/PulsarSpark/index.html
@@ -760,9 +760,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>
@@ -990,9 +990,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>
@@ -1138,6 +1138,8 @@
+
+
<li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -1331,8 +1333,6 @@
-
-
</ul>
</div>
</div>
diff --git a/content/ja/adaptors/PulsarStorm/index.html
b/content/ja/adaptors/PulsarStorm/index.html
index 4c34fd1..8c5de1d 100644
--- a/content/ja/adaptors/PulsarStorm/index.html
+++ b/content/ja/adaptors/PulsarStorm/index.html
@@ -764,9 +764,9 @@
- <li><a href="/ja/adaptors/PulsarStorm/">Apache
StormのためのPulsarアダプタ</a></li>
+ <li><a href="/ja/adaptors/PulsarStorm/">Apache
StormのためのPulsarアダプタ</a></li>
@@ -908,6 +908,8 @@
+
+
<li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -1101,8 +1103,6 @@
-
-
</ul>
</div>
</div>
diff --git a/content/ja/admin/AdminInterface/index.html
b/content/ja/admin/AdminInterface/index.html
index 25365a2..0be92be 100644
--- a/content/ja/admin/AdminInterface/index.html
+++ b/content/ja/admin/AdminInterface/index.html
@@ -678,9 +678,9 @@
- <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
+ <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -688,9 +688,9 @@
- <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
+ <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -760,9 +760,9 @@
- <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
+ <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
@@ -790,9 +790,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/reference/CliTools/">Pulsarコマンドラインツール</a></li>
+ <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -1384,6 +1384,8 @@
+
+
<li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -1577,8 +1579,6 @@
-
-
</ul>
</div>
</div>
diff --git a/content/ja/admin/Authz/index.html
b/content/ja/admin/Authz/index.html
index 9c8180f..5dbec0c 100644
--- a/content/ja/admin/Authz/index.html
+++ b/content/ja/admin/Authz/index.html
@@ -678,9 +678,9 @@
- <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
+ <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -688,9 +688,9 @@
- <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
+ <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -760,9 +760,9 @@
- <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
+ <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
@@ -790,9 +790,9 @@
- <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
+ <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
@@ -920,9 +920,9 @@
- <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
+ <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -1150,9 +1150,9 @@
- <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
+ <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -1380,9 +1380,9 @@
- <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
+ <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -1610,9 +1610,9 @@
- <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
+ <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -1842,6 +1842,8 @@
+
+
<li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -2035,8 +2037,6 @@
-
-
</ul>
</div>
</div>
@@ -2078,9 +2078,9 @@
- <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
+ <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -2112,9 +2112,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 3bb4b25..43690fc 100644
--- a/content/ja/admin/ClustersBrokers/index.html
+++ b/content/ja/admin/ClustersBrokers/index.html
@@ -678,9 +678,9 @@
- <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
+ <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -688,9 +688,9 @@
- <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
+ <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -760,9 +760,9 @@
- <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
+ <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
@@ -790,9 +790,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 989cfb6..66ab023 100644
--- a/content/ja/admin/PropertiesNamespaces/index.html
+++ b/content/ja/admin/PropertiesNamespaces/index.html
@@ -1138,9 +1138,9 @@
- <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
+ <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -1148,9 +1148,9 @@
- <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
+ <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -1220,9 +1220,9 @@
- <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
+ <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
@@ -1250,9 +1250,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 b69d1fb..b0e0f90 100644
--- a/content/ja/advanced/PartitionedTopics/index.html
+++ b/content/ja/advanced/PartitionedTopics/index.html
@@ -750,9 +750,9 @@
- <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
+ <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
@@ -980,9 +980,9 @@
- <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
+ <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
@@ -1138,9 +1138,9 @@
- <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
+ <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -1148,9 +1148,9 @@
- <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
+ <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -1220,9 +1220,9 @@
- <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
+ <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
@@ -1250,9 +1250,9 @@
- <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
+ <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
@@ -1454,9 +1454,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 eba1829..3d2f343 100644
--- a/content/ja/advanced/RetentionExpiry/index.html
+++ b/content/ja/advanced/RetentionExpiry/index.html
@@ -678,9 +678,9 @@
- <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
+ <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -688,9 +688,9 @@
- <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
+ <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -760,9 +760,9 @@
- <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
+ <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
@@ -790,9 +790,9 @@
- <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
+ <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
@@ -1020,9 +1020,9 @@
- <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
+ <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
@@ -1250,9 +1250,9 @@
- <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
+ <li><a href="/ja/advanced/RetentionExpiry/">メッセージの保存と有効期限</a></li>
@@ -1480,9 +1480,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 b69538c..1646dcd 100644
--- a/content/ja/clients/Cpp/index.html
+++ b/content/ja/clients/Cpp/index.html
@@ -684,6 +684,8 @@
+
+
<li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -869,8 +871,6 @@
-
-
</ul>
</div>
</div>
@@ -912,9 +912,9 @@
- <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
+ <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -946,9 +946,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 e592e70..5edc7d5 100644
--- a/content/ja/clients/Java/index.html
+++ b/content/ja/clients/Java/index.html
@@ -684,6 +684,8 @@
+
+
<li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -869,8 +871,6 @@
-
-
</ul>
</div>
</div>
@@ -914,6 +914,8 @@
+
+
<li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -1107,8 +1109,6 @@
-
-
</ul>
</div>
</div>
diff --git a/content/ja/clients/Python/index.html
b/content/ja/clients/Python/index.html
index b04842a..140b8be 100644
--- a/content/ja/clients/Python/index.html
+++ b/content/ja/clients/Python/index.html
@@ -684,6 +684,8 @@
+
+
<li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -869,8 +871,6 @@
-
-
</ul>
</div>
</div>
@@ -1004,9 +1004,9 @@
- <li><a href="/ja/clients/Python/">Pulsar Pythonクライアント</a></li>
+ <li><a href="/ja/clients/Python/">Pulsar Pythonクライアント</a></li>
@@ -1026,9 +1026,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 8e9b17c..af8e37d 100644
--- a/content/ja/clients/WebSocket/index.html
+++ b/content/ja/clients/WebSocket/index.html
@@ -788,9 +788,9 @@
- <li><a href="/ja/clients/WebSocket/">PulsarにおけるWebSocket API</a></li>
+ <li><a href="/ja/clients/WebSocket/">PulsarにおけるWebSocket API</a></li>
@@ -1018,9 +1018,9 @@
- <li><a href="/ja/clients/WebSocket/">PulsarにおけるWebSocket API</a></li>
+ <li><a href="/ja/clients/WebSocket/">PulsarにおけるWebSocket API</a></li>
@@ -1228,9 +1228,9 @@
- <li><a href="/ja/clients/Python/">Pulsar Pythonクライアント</a></li>
+ <li><a href="/ja/clients/Python/">Pulsar Pythonクライアント</a></li>
@@ -1250,9 +1250,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 070d3f0..0c4d6e1 100644
--- a/content/ja/deployment/InstanceSetup/index.html
+++ b/content/ja/deployment/InstanceSetup/index.html
@@ -678,9 +678,9 @@
- <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
+ <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -688,9 +688,9 @@
- <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
+ <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -760,9 +760,9 @@
- <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
+ <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
@@ -790,9 +790,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 5f281dd..63e97e9 100644
--- a/content/ja/deployment/Kubernetes/index.html
+++ b/content/ja/deployment/Kubernetes/index.html
@@ -732,9 +732,9 @@
- <li><a
href="/ja/deployment/Kubernetes/">Kubernetes上でのPulsarのデプロイ</a></li>
+ <li><a
href="/ja/deployment/Kubernetes/">Kubernetes上でのPulsarのデプロイ</a></li>
@@ -962,9 +962,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 415182a..4db7fcf 100644
--- a/content/ja/getting-started/ConceptsAndArchitecture/index.html
+++ b/content/ja/getting-started/ConceptsAndArchitecture/index.html
@@ -700,9 +700,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 34af969..3f9d838 100644
--- a/content/ja/getting-started/LocalCluster/index.html
+++ b/content/ja/getting-started/LocalCluster/index.html
@@ -738,9 +738,9 @@
- <li><a
href="/ja/getting-started/LocalCluster/">ローカルスタンドアローンクラスタのセットアップ</a></li>
+ <li><a
href="/ja/getting-started/LocalCluster/">ローカルスタンドアローンクラスタのセットアップ</a></li>
@@ -968,9 +968,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 19812dc..dfce54d 100644
--- a/content/ja/project/BinaryProtocol/index.html
+++ b/content/ja/project/BinaryProtocol/index.html
@@ -680,9 +680,9 @@
- <li><a
href="/ja/project/BinaryProtocol/">Pulsarのバイナリプロトコルの仕様</a></li>
+ <li><a
href="/ja/project/BinaryProtocol/">Pulsarのバイナリプロトコルの仕様</a></li>
@@ -910,9 +910,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 df0aae9..b551293 100644
--- a/content/ja/project/SimulationTools/index.html
+++ b/content/ja/project/SimulationTools/index.html
@@ -780,9 +780,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 fa26f02..28038da 100644
--- a/content/ja/reference/CliTools/index.html
+++ b/content/ja/reference/CliTools/index.html
@@ -678,9 +678,9 @@
- <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
+ <li><a href="/ja/admin/Authz/">Pulsarにおける認証と認可</a></li>
@@ -688,9 +688,9 @@
- <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
+ <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -760,9 +760,9 @@
- <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
+ <li><a href="/ja/advanced/PartitionedTopics/">パーティションドトピック</a></li>
@@ -790,9 +790,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/reference/CliTools/">Pulsarコマンドラインツール</a></li>
+ <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -1160,6 +1160,8 @@
+
+
<li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -1345,8 +1347,6 @@
-
-
</ul>
</div>
</div>
@@ -1396,9 +1396,9 @@
- <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
+ <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -1626,9 +1626,9 @@
- <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
+ <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
@@ -1856,9 +1856,9 @@
- <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>
+ <li><a href="/ja/reference/CliTools/">Pulsarコマンドラインツール</a></li>