提交 aa569706 编写于 作者: M Matteo Merli 提交者: GitHub

Small typo fixes on website (#611)

上级 d305d2ec
...@@ -21,4 +21,4 @@ There is a Pulsar slack channel that is used for informal discussions for devs a ...@@ -21,4 +21,4 @@ There is a Pulsar slack channel that is used for informal discussions for devs a
The Slack instance is at [https://apache-pulsar.slack.com/](https://apache-pulsar.slack.com/) The Slack instance is at [https://apache-pulsar.slack.com/](https://apache-pulsar.slack.com/)
You can self-register at [https://apache-pulsar.herokuapp.com/](https://apache-pulsar.slack.com/) You can self-register at [https://apache-pulsar.herokuapp.com/](https://apache-pulsar.herokuapp.com/)
...@@ -430,10 +430,10 @@ GET /admin/clusters/{cluster}/namespaceIsolationPolicies ...@@ -430,10 +430,10 @@ GET /admin/clusters/{cluster}/namespaceIsolationPolicies
admin.clusters().getNamespaceIsolationPolicies(clusterName) admin.clusters().getNamespaceIsolationPolicies(clusterName)
``` ```
## Managing non-peristent topics ## Managing non-persistent topics
Non-persistent can be used in applications that only want to consume real time published messages and Non-persistent can be used in applications that only want to consume real time published messages and
do not need persistent guarantee that can also reduce message-publish latency by removing overhead of do not need persistent guarantee that can also reduce message-publish latency by removing overhead of
persisting messages. persisting messages.
{% include explanations/non-persistent-topic-admin.md %} {% include explanations/non-persistent-topic-admin.md %}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册