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/pulsar.git


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

commit b9822e5baf67d3e86d8cc94a4e9c23982099b5ff
Author: jenkins <bui...@apache.org>
AuthorDate: Sun Oct 6 09:08:39 2019 +0000

    Updated site at revision e5ded1b
---
 content/docs/en/next/deploy-kubernetes.html        |  5 ++-
 content/docs/en/next/deploy-kubernetes/index.html  |  5 ++-
 content/docs/en/next/reference-metrics.html        |  4 +-
 content/docs/en/next/reference-metrics/index.html  |  4 +-
 content/docs/en/reference-metrics.html             |  4 +-
 content/docs/en/reference-metrics/index.html       |  4 +-
 content/docs/fr/next/deploy-kubernetes.html        |  3 +-
 content/docs/fr/next/deploy-kubernetes/index.html  |  3 +-
 content/docs/fr/next/reference-metrics.html        |  4 +-
 content/docs/fr/next/reference-metrics/index.html  |  4 +-
 content/docs/fr/reference-metrics.html             |  4 +-
 content/docs/fr/reference-metrics/index.html       |  4 +-
 content/docs/ja/next/deploy-kubernetes.html        |  3 +-
 content/docs/ja/next/deploy-kubernetes/index.html  |  3 +-
 content/docs/ja/next/reference-metrics.html        |  4 +-
 content/docs/ja/next/reference-metrics/index.html  |  4 +-
 content/docs/ja/reference-metrics.html             |  4 +-
 content/docs/ja/reference-metrics/index.html       |  4 +-
 content/docs/zh-CN/next/deploy-kubernetes.html     |  3 +-
 .../docs/zh-CN/next/deploy-kubernetes/index.html   |  3 +-
 content/docs/zh-CN/next/reference-metrics.html     |  4 +-
 .../docs/zh-CN/next/reference-metrics/index.html   |  4 +-
 content/docs/zh-CN/reference-metrics.html          |  4 +-
 content/docs/zh-CN/reference-metrics/index.html    |  4 +-
 content/swagger/2.5.0-SNAPSHOT/swagger.json        | 20 +++++-----
 .../swagger/2.5.0-SNAPSHOT/swaggerfunctions.json   | 44 +++++++++++-----------
 content/swagger/master/swagger.json                | 20 +++++-----
 content/swagger/master/swaggerfunctions.json       | 44 +++++++++++-----------
 28 files changed, 114 insertions(+), 106 deletions(-)

diff --git a/content/docs/en/next/deploy-kubernetes.html 
b/content/docs/en/next/deploy-kubernetes.html
index fa2351e..72d519c 100644
--- a/content/docs/en/next/deploy-kubernetes.html
+++ b/content/docs/en/next/deploy-kubernetes.html
@@ -144,8 +144,9 @@ or using <a 
href="#deploying-pulsar-components-helm"><code>helm</code></a>.</p>
 a <a href="https://github.com/kubernetes/minikube#requirements";>VM driver</a>, 
for example, <code>kvm2</code> on Linux or <code>hyperkit</code> or 
<code>VirtualBox</code> on macOS.</li>
 <li>Create a kubernetes cluster on Minikube.
 <pre><code class="hljs css language-shell">minikube start --memory=8192 
--cpus=4 \
-    --kubernetes-version=v1.10.5
-</code></pre></li>
+    --kubernetes-version=&lt;version&gt;
+</code></pre>
+<code>&lt;version&gt;</code> can be any <a 
href="https://minikube.sigs.k8s.io/docs/reference/configuration/kubernetes/";>Kubernetes
 version supported by your minikube installation</a>. Example: 
<code>v1.16.1</code></li>
 <li>Set <code>kubectl</code> to use Minikube.
 <pre><code class="hljs css language-shell">kubectl config use-context minikube
 </code></pre></li>
diff --git a/content/docs/en/next/deploy-kubernetes/index.html 
b/content/docs/en/next/deploy-kubernetes/index.html
index fa2351e..72d519c 100644
--- a/content/docs/en/next/deploy-kubernetes/index.html
+++ b/content/docs/en/next/deploy-kubernetes/index.html
@@ -144,8 +144,9 @@ or using <a 
href="#deploying-pulsar-components-helm"><code>helm</code></a>.</p>
 a <a href="https://github.com/kubernetes/minikube#requirements";>VM driver</a>, 
for example, <code>kvm2</code> on Linux or <code>hyperkit</code> or 
<code>VirtualBox</code> on macOS.</li>
 <li>Create a kubernetes cluster on Minikube.
 <pre><code class="hljs css language-shell">minikube start --memory=8192 
--cpus=4 \
-    --kubernetes-version=v1.10.5
-</code></pre></li>
+    --kubernetes-version=&lt;version&gt;
+</code></pre>
+<code>&lt;version&gt;</code> can be any <a 
href="https://minikube.sigs.k8s.io/docs/reference/configuration/kubernetes/";>Kubernetes
 version supported by your minikube installation</a>. Example: 
<code>v1.16.1</code></li>
 <li>Set <code>kubectl</code> to use Minikube.
 <pre><code class="hljs css language-shell">kubectl config use-context minikube
 </code></pre></li>
diff --git a/content/docs/en/next/reference-metrics.html 
b/content/docs/en/next/reference-metrics.html
index e7171b0..149fe78 100644
--- a/content/docs/en/next/reference-metrics.html
+++ b/content/docs/en/next/reference-metrics.html
@@ -296,7 +296,7 @@ name you configured in <code>broker.conf</code>.</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not. <br> 
<ul><li>1 means the subscription is blocked on waiting unacknowledged messages 
to be acked.</li><li>0 means the subscription is not blocked on waiting 
unacknowledged messages to be acked.</li></ul></td></tr>
 <tr><td>pulsar_subscription_msg_rate_out</td><td>Gauge</td><td>The total 
message dispatch rate for a subscription (messages/second).</td></tr>
 <tr><td>pulsar_subscription_msg_throughput_out</td><td>Gauge</td><td>The total 
message dispatch throughput for a subscription (bytes/second).</td></tr>
@@ -322,7 +322,7 @@ are set to true.</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not. <br> 
<ul><li>1 means the consumer is blocked on waiting unacknowledged messages to 
be acked.</li><li>0 means the consumer is not blocked on waiting unacknowledged 
messages to be acked.</li></ul></td></tr>
 <tr><td>pulsar_consumer_msg_rate_out</td><td>Gauge</td><td>The total message 
dispatch rate for a consumer (messages/second).</td></tr>
 <tr><td>pulsar_consumer_msg_throughput_out</td><td>Gauge</td><td>The total 
message dispatch throughput for a consumer (bytes/second).</td></tr>
diff --git a/content/docs/en/next/reference-metrics/index.html 
b/content/docs/en/next/reference-metrics/index.html
index e7171b0..149fe78 100644
--- a/content/docs/en/next/reference-metrics/index.html
+++ b/content/docs/en/next/reference-metrics/index.html
@@ -296,7 +296,7 @@ name you configured in <code>broker.conf</code>.</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not. <br> 
<ul><li>1 means the subscription is blocked on waiting unacknowledged messages 
to be acked.</li><li>0 means the subscription is not blocked on waiting 
unacknowledged messages to be acked.</li></ul></td></tr>
 <tr><td>pulsar_subscription_msg_rate_out</td><td>Gauge</td><td>The total 
message dispatch rate for a subscription (messages/second).</td></tr>
 <tr><td>pulsar_subscription_msg_throughput_out</td><td>Gauge</td><td>The total 
message dispatch throughput for a subscription (bytes/second).</td></tr>
@@ -322,7 +322,7 @@ are set to true.</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not. <br> 
<ul><li>1 means the consumer is blocked on waiting unacknowledged messages to 
be acked.</li><li>0 means the consumer is not blocked on waiting unacknowledged 
messages to be acked.</li></ul></td></tr>
 <tr><td>pulsar_consumer_msg_rate_out</td><td>Gauge</td><td>The total message 
dispatch rate for a consumer (messages/second).</td></tr>
 <tr><td>pulsar_consumer_msg_throughput_out</td><td>Gauge</td><td>The total 
message dispatch throughput for a consumer (bytes/second).</td></tr>
diff --git a/content/docs/en/reference-metrics.html 
b/content/docs/en/reference-metrics.html
index e858a80..57a78ab 100644
--- a/content/docs/en/reference-metrics.html
+++ b/content/docs/en/reference-metrics.html
@@ -296,7 +296,7 @@ name you configured in <code>broker.conf</code>.</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not. <br> 
<ul><li>1 means the subscription is blocked on waiting unacknowledged messages 
to be acked.</li><li>0 means the subscription is not blocked on waiting 
unacknowledged messages to be acked.</li></ul></td></tr>
 <tr><td>pulsar_subscription_msg_rate_out</td><td>Gauge</td><td>The total 
message dispatch rate for a subscription (messages/second).</td></tr>
 <tr><td>pulsar_subscription_msg_throughput_out</td><td>Gauge</td><td>The total 
message dispatch throughput for a subscription (bytes/second).</td></tr>
@@ -322,7 +322,7 @@ are set to true.</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not. <br> 
<ul><li>1 means the consumer is blocked on waiting unacknowledged messages to 
be acked.</li><li>0 means the consumer is not blocked on waiting unacknowledged 
messages to be acked.</li></ul></td></tr>
 <tr><td>pulsar_consumer_msg_rate_out</td><td>Gauge</td><td>The total message 
dispatch rate for a consumer (messages/second).</td></tr>
 <tr><td>pulsar_consumer_msg_throughput_out</td><td>Gauge</td><td>The total 
message dispatch throughput for a consumer (bytes/second).</td></tr>
diff --git a/content/docs/en/reference-metrics/index.html 
b/content/docs/en/reference-metrics/index.html
index e858a80..57a78ab 100644
--- a/content/docs/en/reference-metrics/index.html
+++ b/content/docs/en/reference-metrics/index.html
@@ -296,7 +296,7 @@ name you configured in <code>broker.conf</code>.</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not. <br> 
<ul><li>1 means the subscription is blocked on waiting unacknowledged messages 
to be acked.</li><li>0 means the subscription is not blocked on waiting 
unacknowledged messages to be acked.</li></ul></td></tr>
 <tr><td>pulsar_subscription_msg_rate_out</td><td>Gauge</td><td>The total 
message dispatch rate for a subscription (messages/second).</td></tr>
 <tr><td>pulsar_subscription_msg_throughput_out</td><td>Gauge</td><td>The total 
message dispatch throughput for a subscription (bytes/second).</td></tr>
@@ -322,7 +322,7 @@ are set to true.</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not. <br> 
<ul><li>1 means the consumer is blocked on waiting unacknowledged messages to 
be acked.</li><li>0 means the consumer is not blocked on waiting unacknowledged 
messages to be acked.</li></ul></td></tr>
 <tr><td>pulsar_consumer_msg_rate_out</td><td>Gauge</td><td>The total message 
dispatch rate for a consumer (messages/second).</td></tr>
 <tr><td>pulsar_consumer_msg_throughput_out</td><td>Gauge</td><td>The total 
message dispatch throughput for a consumer (bytes/second).</td></tr>
diff --git a/content/docs/fr/next/deploy-kubernetes.html 
b/content/docs/fr/next/deploy-kubernetes.html
index 62dcc2f..6049835 100644
--- a/content/docs/fr/next/deploy-kubernetes.html
+++ b/content/docs/fr/next/deploy-kubernetes.html
@@ -141,7 +141,8 @@ $ kubectl proxy
 <li><p>Create a kubernetes cluster on Minikube.
 shell
 minikube start --memory=8192 --cpus=4 <br>
---kubernetes-version=v1.10.5</p></li>
+--kubernetes-version=<version></p>
+<p><code>&lt;version&gt;</code> can be any <a 
href="https://minikube.sigs.k8s.io/docs/reference/configuration/kubernetes/";>Kubernetes
 version supported by your minikube installation</a>. Example: 
<code>v1.16.1</code></p></li>
 <li><p>Set <code>kubectl</code> to use Minikube.
 shell
 kubectl config use-context minikube</p></li>
diff --git a/content/docs/fr/next/deploy-kubernetes/index.html 
b/content/docs/fr/next/deploy-kubernetes/index.html
index 62dcc2f..6049835 100644
--- a/content/docs/fr/next/deploy-kubernetes/index.html
+++ b/content/docs/fr/next/deploy-kubernetes/index.html
@@ -141,7 +141,8 @@ $ kubectl proxy
 <li><p>Create a kubernetes cluster on Minikube.
 shell
 minikube start --memory=8192 --cpus=4 <br>
---kubernetes-version=v1.10.5</p></li>
+--kubernetes-version=<version></p>
+<p><code>&lt;version&gt;</code> can be any <a 
href="https://minikube.sigs.k8s.io/docs/reference/configuration/kubernetes/";>Kubernetes
 version supported by your minikube installation</a>. Example: 
<code>v1.16.1</code></p></li>
 <li><p>Set <code>kubectl</code> to use Minikube.
 shell
 kubectl config use-context minikube</p></li>
diff --git a/content/docs/fr/next/reference-metrics.html 
b/content/docs/fr/next/reference-metrics.html
index 820b802..56b15b2 100644
--- a/content/docs/fr/next/reference-metrics.html
+++ b/content/docs/fr/next/reference-metrics.html
@@ -349,7 +349,7 @@ Available thresholds:</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
@@ -377,7 +377,7 @@ Available thresholds:</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
diff --git a/content/docs/fr/next/reference-metrics/index.html 
b/content/docs/fr/next/reference-metrics/index.html
index 820b802..56b15b2 100644
--- a/content/docs/fr/next/reference-metrics/index.html
+++ b/content/docs/fr/next/reference-metrics/index.html
@@ -349,7 +349,7 @@ Available thresholds:</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
@@ -377,7 +377,7 @@ Available thresholds:</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
diff --git a/content/docs/fr/reference-metrics.html 
b/content/docs/fr/reference-metrics.html
index 75d98de..3a5d895 100644
--- a/content/docs/fr/reference-metrics.html
+++ b/content/docs/fr/reference-metrics.html
@@ -349,7 +349,7 @@ Available thresholds:</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
@@ -377,7 +377,7 @@ Available thresholds:</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
diff --git a/content/docs/fr/reference-metrics/index.html 
b/content/docs/fr/reference-metrics/index.html
index 75d98de..3a5d895 100644
--- a/content/docs/fr/reference-metrics/index.html
+++ b/content/docs/fr/reference-metrics/index.html
@@ -349,7 +349,7 @@ Available thresholds:</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
@@ -377,7 +377,7 @@ Available thresholds:</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
diff --git a/content/docs/ja/next/deploy-kubernetes.html 
b/content/docs/ja/next/deploy-kubernetes.html
index 206eeeb..ff8faad 100644
--- a/content/docs/ja/next/deploy-kubernetes.html
+++ b/content/docs/ja/next/deploy-kubernetes.html
@@ -141,7 +141,8 @@ $ kubectl proxy
 <li><p>Create a kubernetes cluster on Minikube.
 shell
 minikube start --memory=8192 --cpus=4 <br>
---kubernetes-version=v1.10.5</p></li>
+--kubernetes-version=<version></p>
+<p><code>&lt;version&gt;</code> can be any <a 
href="https://minikube.sigs.k8s.io/docs/reference/configuration/kubernetes/";>Kubernetes
 version supported by your minikube installation</a>. Example: 
<code>v1.16.1</code></p></li>
 <li><p>Set <code>kubectl</code> to use Minikube.
 shell
 kubectl config use-context minikube</p></li>
diff --git a/content/docs/ja/next/deploy-kubernetes/index.html 
b/content/docs/ja/next/deploy-kubernetes/index.html
index 206eeeb..ff8faad 100644
--- a/content/docs/ja/next/deploy-kubernetes/index.html
+++ b/content/docs/ja/next/deploy-kubernetes/index.html
@@ -141,7 +141,8 @@ $ kubectl proxy
 <li><p>Create a kubernetes cluster on Minikube.
 shell
 minikube start --memory=8192 --cpus=4 <br>
---kubernetes-version=v1.10.5</p></li>
+--kubernetes-version=<version></p>
+<p><code>&lt;version&gt;</code> can be any <a 
href="https://minikube.sigs.k8s.io/docs/reference/configuration/kubernetes/";>Kubernetes
 version supported by your minikube installation</a>. Example: 
<code>v1.16.1</code></p></li>
 <li><p>Set <code>kubectl</code> to use Minikube.
 shell
 kubectl config use-context minikube</p></li>
diff --git a/content/docs/ja/next/reference-metrics.html 
b/content/docs/ja/next/reference-metrics.html
index 7c5779f..04ef3bb 100644
--- a/content/docs/ja/next/reference-metrics.html
+++ b/content/docs/ja/next/reference-metrics.html
@@ -349,7 +349,7 @@ Available thresholds:</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
@@ -377,7 +377,7 @@ Available thresholds:</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
diff --git a/content/docs/ja/next/reference-metrics/index.html 
b/content/docs/ja/next/reference-metrics/index.html
index 7c5779f..04ef3bb 100644
--- a/content/docs/ja/next/reference-metrics/index.html
+++ b/content/docs/ja/next/reference-metrics/index.html
@@ -349,7 +349,7 @@ Available thresholds:</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
@@ -377,7 +377,7 @@ Available thresholds:</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
diff --git a/content/docs/ja/reference-metrics.html 
b/content/docs/ja/reference-metrics.html
index b3c7260..a231db8 100644
--- a/content/docs/ja/reference-metrics.html
+++ b/content/docs/ja/reference-metrics.html
@@ -349,7 +349,7 @@ Available thresholds:</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
@@ -377,7 +377,7 @@ Available thresholds:</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
diff --git a/content/docs/ja/reference-metrics/index.html 
b/content/docs/ja/reference-metrics/index.html
index b3c7260..a231db8 100644
--- a/content/docs/ja/reference-metrics/index.html
+++ b/content/docs/ja/reference-metrics/index.html
@@ -349,7 +349,7 @@ Available thresholds:</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
@@ -377,7 +377,7 @@ Available thresholds:</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
diff --git a/content/docs/zh-CN/next/deploy-kubernetes.html 
b/content/docs/zh-CN/next/deploy-kubernetes.html
index dde7a4d..f7ccee0 100644
--- a/content/docs/zh-CN/next/deploy-kubernetes.html
+++ b/content/docs/zh-CN/next/deploy-kubernetes.html
@@ -142,7 +142,8 @@ $ kubectl proxy
 <li><p>Create a kubernetes cluster on Minikube.
 shell
 minikube start --memory=8192 --cpus=4 <br>
---kubernetes-version=v1.10.5</p></li>
+--kubernetes-version=<version></p>
+<p><code>&lt;version&gt;</code> can be any <a 
href="https://minikube.sigs.k8s.io/docs/reference/configuration/kubernetes/";>Kubernetes
 version supported by your minikube installation</a>. Example: 
<code>v1.16.1</code></p></li>
 <li><p>Set <code>kubectl</code> to use Minikube.
 shell
 kubectl config use-context minikube</p></li>
diff --git a/content/docs/zh-CN/next/deploy-kubernetes/index.html 
b/content/docs/zh-CN/next/deploy-kubernetes/index.html
index dde7a4d..f7ccee0 100644
--- a/content/docs/zh-CN/next/deploy-kubernetes/index.html
+++ b/content/docs/zh-CN/next/deploy-kubernetes/index.html
@@ -142,7 +142,8 @@ $ kubectl proxy
 <li><p>Create a kubernetes cluster on Minikube.
 shell
 minikube start --memory=8192 --cpus=4 <br>
---kubernetes-version=v1.10.5</p></li>
+--kubernetes-version=<version></p>
+<p><code>&lt;version&gt;</code> can be any <a 
href="https://minikube.sigs.k8s.io/docs/reference/configuration/kubernetes/";>Kubernetes
 version supported by your minikube installation</a>. Example: 
<code>v1.16.1</code></p></li>
 <li><p>Set <code>kubectl</code> to use Minikube.
 shell
 kubectl config use-context minikube</p></li>
diff --git a/content/docs/zh-CN/next/reference-metrics.html 
b/content/docs/zh-CN/next/reference-metrics.html
index 6c627f4..599d862 100644
--- a/content/docs/zh-CN/next/reference-metrics.html
+++ b/content/docs/zh-CN/next/reference-metrics.html
@@ -350,7 +350,7 @@ Available thresholds:</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
@@ -378,7 +378,7 @@ Available thresholds:</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
diff --git a/content/docs/zh-CN/next/reference-metrics/index.html 
b/content/docs/zh-CN/next/reference-metrics/index.html
index 6c627f4..599d862 100644
--- a/content/docs/zh-CN/next/reference-metrics/index.html
+++ b/content/docs/zh-CN/next/reference-metrics/index.html
@@ -350,7 +350,7 @@ Available thresholds:</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
@@ -378,7 +378,7 @@ Available thresholds:</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
diff --git a/content/docs/zh-CN/reference-metrics.html 
b/content/docs/zh-CN/reference-metrics.html
index f63983f..278cbb1 100644
--- a/content/docs/zh-CN/reference-metrics.html
+++ b/content/docs/zh-CN/reference-metrics.html
@@ -349,7 +349,7 @@ Available thresholds:</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
@@ -377,7 +377,7 @@ Available thresholds:</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
diff --git a/content/docs/zh-CN/reference-metrics/index.html 
b/content/docs/zh-CN/reference-metrics/index.html
index f63983f..278cbb1 100644
--- a/content/docs/zh-CN/reference-metrics/index.html
+++ b/content/docs/zh-CN/reference-metrics/index.html
@@ -349,7 +349,7 @@ Available thresholds:</p>
 <tr><td>pulsar_subscription_back_log</td><td>Gauge</td><td>The total backlog 
of a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_delayed</td><td>Gauge</td><td>The total number of 
messages are delayed to be dispatched for a subscription (messages).</td></tr>
 <tr><td>pulsar_subscription_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_subscription_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
+<tr><td>pulsar_subscription_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a subscription (messages).</td></tr>
 
<tr><td>pulsar_subscription_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a subscription is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
@@ -377,7 +377,7 @@ Available thresholds:</p>
 </thead>
 <tbody>
 <tr><td>pulsar_consumer_msg_rate_redeliver</td><td>Gauge</td><td>The total 
message rate for message being redelivered (messages/second).</td></tr>
-<tr><td>pulsar_consumer_unacked_massages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
+<tr><td>pulsar_consumer_unacked_messages</td><td>Gauge</td><td>The total 
number of unacknowledged messages of a consumer (messages).</td></tr>
 
<tr><td>pulsar_consumer_blocked_on_unacked_messages</td><td>Gauge</td><td>Indicate
 whether a consumer is blocked on unacknowledged messages or not.</td></tr>
 </tbody>
 </table>
diff --git a/content/swagger/2.5.0-SNAPSHOT/swagger.json 
b/content/swagger/2.5.0-SNAPSHOT/swagger.json
index 79ead15..a35355c 100644
--- a/content/swagger/2.5.0-SNAPSHOT/swagger.json
+++ b/content/swagger/2.5.0-SNAPSHOT/swagger.json
@@ -4797,7 +4797,7 @@
           "200" : {
             "description" : "successful operation",
             "schema" : {
-              "$ref" : "#/definitions/TopicStats"
+              "$ref" : "#/definitions/NonPersistentTopicStats"
             }
           },
           "401" : {
@@ -9100,15 +9100,15 @@
           "type" : "number",
           "format" : "double"
         },
-        "producerName" : {
-          "type" : "string"
-        },
         "connectedSince" : {
           "type" : "string"
         },
         "clientVersion" : {
           "type" : "string"
         },
+        "producerName" : {
+          "type" : "string"
+        },
         "address" : {
           "type" : "string"
         }
@@ -9775,15 +9775,15 @@
             "type" : "string"
           }
         },
-        "producerName" : {
-          "type" : "string"
-        },
         "connectedSince" : {
           "type" : "string"
         },
         "clientVersion" : {
           "type" : "string"
         },
+        "producerName" : {
+          "type" : "string"
+        },
         "address" : {
           "type" : "string"
         }
@@ -9883,11 +9883,11 @@
     "ResourceUnit" : {
       "type" : "object",
       "properties" : {
-        "resourceId" : {
-          "type" : "string"
-        },
         "availableResource" : {
           "$ref" : "#/definitions/ResourceDescription"
+        },
+        "resourceId" : {
+          "type" : "string"
         }
       }
     },
diff --git a/content/swagger/2.5.0-SNAPSHOT/swaggerfunctions.json 
b/content/swagger/2.5.0-SNAPSHOT/swaggerfunctions.json
index 3a57388..e74985c 100644
--- a/content/swagger/2.5.0-SNAPSHOT/swaggerfunctions.json
+++ b/content/swagger/2.5.0-SNAPSHOT/swaggerfunctions.json
@@ -1355,36 +1355,19 @@
             "format" : "byte"
           }
         },
-        "redeliveryCount" : {
+        "eventTime" : {
           "type" : "integer",
-          "format" : "int32"
-        },
-        "schemaVersion" : {
-          "type" : "array",
-          "items" : {
-            "type" : "string",
-            "format" : "byte"
-          }
+          "format" : "int64"
         },
         "replicated" : {
           "type" : "boolean"
         },
-        "publishTime" : {
-          "type" : "integer",
-          "format" : "int64"
-        },
-        "eventTime" : {
-          "type" : "integer",
-          "format" : "int64"
-        },
         "topicName" : {
           "type" : "string"
         },
-        "replicatedFrom" : {
-          "type" : "string"
-        },
-        "producerName" : {
-          "type" : "string"
+        "publishTime" : {
+          "type" : "integer",
+          "format" : "int64"
         },
         "orderingKey" : {
           "type" : "array",
@@ -1396,6 +1379,23 @@
         "encryptionCtx" : {
           "$ref" : "#/definitions/EncryptionContext"
         },
+        "redeliveryCount" : {
+          "type" : "integer",
+          "format" : "int32"
+        },
+        "schemaVersion" : {
+          "type" : "array",
+          "items" : {
+            "type" : "string",
+            "format" : "byte"
+          }
+        },
+        "producerName" : {
+          "type" : "string"
+        },
+        "replicatedFrom" : {
+          "type" : "string"
+        },
         "messageId" : {
           "$ref" : "#/definitions/MessageId"
         },
diff --git a/content/swagger/master/swagger.json 
b/content/swagger/master/swagger.json
index 79ead15..a35355c 100644
--- a/content/swagger/master/swagger.json
+++ b/content/swagger/master/swagger.json
@@ -4797,7 +4797,7 @@
           "200" : {
             "description" : "successful operation",
             "schema" : {
-              "$ref" : "#/definitions/TopicStats"
+              "$ref" : "#/definitions/NonPersistentTopicStats"
             }
           },
           "401" : {
@@ -9100,15 +9100,15 @@
           "type" : "number",
           "format" : "double"
         },
-        "producerName" : {
-          "type" : "string"
-        },
         "connectedSince" : {
           "type" : "string"
         },
         "clientVersion" : {
           "type" : "string"
         },
+        "producerName" : {
+          "type" : "string"
+        },
         "address" : {
           "type" : "string"
         }
@@ -9775,15 +9775,15 @@
             "type" : "string"
           }
         },
-        "producerName" : {
-          "type" : "string"
-        },
         "connectedSince" : {
           "type" : "string"
         },
         "clientVersion" : {
           "type" : "string"
         },
+        "producerName" : {
+          "type" : "string"
+        },
         "address" : {
           "type" : "string"
         }
@@ -9883,11 +9883,11 @@
     "ResourceUnit" : {
       "type" : "object",
       "properties" : {
-        "resourceId" : {
-          "type" : "string"
-        },
         "availableResource" : {
           "$ref" : "#/definitions/ResourceDescription"
+        },
+        "resourceId" : {
+          "type" : "string"
         }
       }
     },
diff --git a/content/swagger/master/swaggerfunctions.json 
b/content/swagger/master/swaggerfunctions.json
index 3a57388..e74985c 100644
--- a/content/swagger/master/swaggerfunctions.json
+++ b/content/swagger/master/swaggerfunctions.json
@@ -1355,36 +1355,19 @@
             "format" : "byte"
           }
         },
-        "redeliveryCount" : {
+        "eventTime" : {
           "type" : "integer",
-          "format" : "int32"
-        },
-        "schemaVersion" : {
-          "type" : "array",
-          "items" : {
-            "type" : "string",
-            "format" : "byte"
-          }
+          "format" : "int64"
         },
         "replicated" : {
           "type" : "boolean"
         },
-        "publishTime" : {
-          "type" : "integer",
-          "format" : "int64"
-        },
-        "eventTime" : {
-          "type" : "integer",
-          "format" : "int64"
-        },
         "topicName" : {
           "type" : "string"
         },
-        "replicatedFrom" : {
-          "type" : "string"
-        },
-        "producerName" : {
-          "type" : "string"
+        "publishTime" : {
+          "type" : "integer",
+          "format" : "int64"
         },
         "orderingKey" : {
           "type" : "array",
@@ -1396,6 +1379,23 @@
         "encryptionCtx" : {
           "$ref" : "#/definitions/EncryptionContext"
         },
+        "redeliveryCount" : {
+          "type" : "integer",
+          "format" : "int32"
+        },
+        "schemaVersion" : {
+          "type" : "array",
+          "items" : {
+            "type" : "string",
+            "format" : "byte"
+          }
+        },
+        "producerName" : {
+          "type" : "string"
+        },
+        "replicatedFrom" : {
+          "type" : "string"
+        },
         "messageId" : {
           "$ref" : "#/definitions/MessageId"
         },

Reply via email to