diff --git a/site/contact.md b/site/contact.md index cb8aedd2a07c7315305ca6c1bc9962d4079e96a9..8cfd5586620a55d78551ec3080273b482c475a74 100644 --- a/site/contact.md +++ b/site/contact.md @@ -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/) -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/) diff --git a/site/docs/latest/admin/AdminInterface.md b/site/docs/latest/admin/AdminInterface.md index 4c6557e720c3d89b0a0bd6723202aeea1411c7e6..f731eab2555854ef5e16eac9624c029aeb5ad23d 100644 --- a/site/docs/latest/admin/AdminInterface.md +++ b/site/docs/latest/admin/AdminInterface.md @@ -430,10 +430,10 @@ GET /admin/clusters/{cluster}/namespaceIsolationPolicies 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 -do not need persistent guarantee that can also reduce message-publish latency by removing overhead of +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 persisting messages. {% include explanations/non-persistent-topic-admin.md %}