Skip to content

Commit b634f08

Browse files
authored
cant to cannot (#137)
1 parent a550690 commit b634f08

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

modules/ROOT/pages/astream-subscriptions-exclusive.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ In the `SimplePulsarConsumer` terminal, the consumer begins consuming the produc
6767
6868
. In a new terminal window, try to run another instance of `SimplePulsarConsumer.java`.
6969
+
70-
The second consumer can't subscribe to the topic because the subscription is exclusive:
70+
The second consumer cannot subscribe to the topic because the subscription is exclusive:
7171
+
7272
.Result
7373
[source,console]

modules/ROOT/pages/astream-subscriptions-keyshared.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ In the `SimplePulsarConsumer` terminal, the consumer begins receiving messages:
124124
125125
. In a new terminal window, try to run a new instance of `SimplePulsarConsumer.java`.
126126
+
127-
The new consumer can't subscribe to the topic because the `SimplePulsarConsumer` configuration reserved the entire hash range for the first consumer:
127+
The new consumer cannot subscribe to the topic because the `SimplePulsarConsumer` configuration reserved the entire hash range for the first consumer:
128128
+
129129
.Result
130130
[source,console]

modules/ROOT/pages/astream-subscriptions-shared.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The new consumer subscribes to the topic and consumes messages:
7878
----
7979
8080
Because this test uses shared subscriptions, you can attach multiple consumers to the topic.
81-
If you run this test with xref:astream-subscriptions-exclusive.adoc[exclusive subscriptions], you can't attach more than once subscriber to the exclusive topic.
81+
If you run this test with xref:astream-subscriptions-exclusive.adoc[exclusive subscriptions], you cannot attach more than once subscriber to the exclusive topic.
8282
8383
To continue testing the shared subscription configuration, you can continue running new instances of `SimplePulsarConsumer.java` in new terminal windows.
8484
All the consumers subscribe to the topic and consume messages in a round-robin fashion.

modules/developing/pages/astream-kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This document will help you get started producing and consuming Kafka messages o
2121
+
2222
[IMPORTANT]
2323
====
24-
You can't remove the Kafka namespaces created on your tenant with this step.
24+
You cannot remove the Kafka namespaces created on your tenant with this step.
2525
You must remove the tenant itself to remove these namespaces.
2626
====
2727

modules/developing/pages/astream-rabbit.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Get started producing and consuming RabbitMQ messages on a {pulsar-short} cluste
2121
+
2222
[IMPORTANT]
2323
====
24-
You can't remove the RabbitMQ namespace created on your tenant with this step.
24+
You cannot remove the RabbitMQ namespace created on your tenant with this step.
2525
You must remove the tenant itself to remove this namespace.
2626
====
2727

modules/operations/pages/astream-limits.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In general, xref:operations:astream-pricing.adoc#dedicated-clusters[Streaming Ca
99
== {product} guardrails
1010

1111
Guardrails are provisioned in the default settings for {product}.
12-
You can't directly change these guardrails.
12+
You cannot directly change these guardrails.
1313
For Streaming Capacity Units, some guardrails can be changed by contacting {support_url}[{company} Support].
1414

1515
[cols="1,1,1"]
@@ -21,7 +21,7 @@ a|
2121
* Shared clusters: 10
2222
* Streaming Capacity Units: Unlimited
2323

24-
|This limit can't be changed for shared clusters.
24+
|This limit cannot be changed for shared clusters.
2525

2626
|Number of namespaces per tenant
2727
|All clusters: 20
@@ -306,7 +306,7 @@ Each function instance is assigned a specific amount of CPU and memory which can
306306
Each {pulsar-short} function running on {product} has a minimum of one function instance allocated to it.
307307

308308
Functions and connector resources for function instances are set in the control plane based as resource limits.
309-
You can't customize these resources.
309+
You cannot customize these resources.
310310

311311
The default settings are as follows:
312312

@@ -328,7 +328,7 @@ The default settings are as follows:
328328

329329
== Immutable configurations
330330

331-
The following configurations can't be changed:
331+
The following configurations cannot be changed:
332332

333333
* Data persistency (`En`, `Qw`, `Qa`)
334334
* `Managedledger` policy/deletion

modules/operations/pages/monitoring/new-relic.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ While there are multiple ways to https://docs.newrelic.com/docs/infrastructure/p
1212

1313
xref:monitoring/integration.adoc[Install an extra Prometheus server] to act as a bridge to forward scraped {product} metrics to New Relic.
1414

15-
This is required because {product} is a managed service, and you can't modify the {product} Prometheus server as required by the New Relic Prometheus write integration.
15+
This is required because {product} is a managed service, and you cannot modify the {product} Prometheus server as required by the New Relic Prometheus write integration.
1616

1717
== Configure New Relic
1818

0 commit comments

Comments
 (0)