Skip to content

Commit 324d8c9

Browse files
authored
update, remove attributes (#211)
1 parent 6259a3c commit 324d8c9

4 files changed

Lines changed: 3 additions & 9 deletions

File tree

antora.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ asciidoc:
4646
bookkeeper-short: 'BookKeeper'
4747
zookeeper-reg: 'Apache ZooKeeper(TM)'
4848
zookeeper-short: 'ZooKeeper'
49-
crd: 'custom resource definition (CRD)'
5049

5150
# Required for include::common partials that are shared with Astra Streaming
5251
web-ui: 'Admin Console'

local-preview-playbook.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ asciidoc:
6666
astra-ui: 'Astra Portal'
6767
astra-url: 'https://astra.datastax.com'
6868
astra-ui-link: '{astra-url}[{astra-ui}^]'
69-
db-classic: 'Managed Cluster'
69+
db-classic: 'Astra Managed Clusters'
7070
db-serverless: 'Serverless (non-vector)'
7171
db-serverless-vector: 'Serverless (vector)'
7272
scb: 'Secure Connect Bundle (SCB)'
@@ -78,7 +78,6 @@ asciidoc:
7878
astra-stream: 'Astra Streaming'
7979
starlight-kafka: 'Starlight for Kafka'
8080
starlight-rabbitmq: 'Starlight for RabbitMQ'
81-
astra-streaming-examples-repo: 'https://github.com/datastax/astra-streaming-examples'
8281
sstable-sideloader: '{astra-db} Sideloader'
8382
zdm: 'Zero Downtime Migration'
8483
zdm-short: 'ZDM'
@@ -217,10 +216,6 @@ asciidoc:
217216
capacity-service: 'Capacity Service'
218217
lcm: 'Lifecycle Manager (LCM)'
219218
lcm-short: 'LCM'
220-
cr: 'custom resource (CR)'
221-
cr-short: 'CR'
222-
crd: 'custom resource definition (CRD)'
223-
crd-short: 'CRD'
224219
# Antora Atlas
225220
primary-site-url: https://docs.datastax.com/en
226221
primary-site-manifest-url: https://docs.datastax.com/en/site-manifest.json

modules/install-upgrade/pages/production-cluster-sizing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ image::pulsar-components.png[]
6666
[#message-retention]
6767
== Message retention
6868
69-
The broker ensures messages are received and delivered appropriately, but it is a stateless process so it doesn't use its memory to track this. Instead, the broker uses {bookkeeper-short}s (bookies) to store message data and the message's acknowledgement state.
69+
The broker ensures messages are received and delivered appropriately, but it is a stateless process so it doesn't use its memory to track this. Instead, the broker uses the {bookkeeper-short} instances, known as bookies, to store message data and the message's acknowledgement state.
7070
A great benefit of {bookkeeper-short} is its quorum policies. These policies make each bookie aware of the other bookies to form a {bookkeeper-short} cluster. With a cluster established, the cluster can have acknowledgement rules that form a data replication factor. For example, if you had 3 bookies in a {bookkeeper-short} cluster with an acknowledgement rule that at least 2 of the 3 bookies must have a copy of the data, then the cluster has a replication factor of 2. A {pulsar-short} broker uses the `managedLedgerDefaultAckQuorum` and `managedLedgerDefaultWriteQuorum` configurations to set the bounds of this rule. For more about {bookkeeper-short} persistence, see https://pulsar.apache.org/docs/administration-zk-bk/#bookkeeper-persistence-policies[here].
7171
7272
When a client produces a message, the broker will not acknowledge receipt until the replication factor has been achieved. Continuing from the above example, if the replication factor is 2, a broker's acknowledgment means a minimum of 2 bookies have confirmed storage of message data. If the broker times out waiting for at least 2 responses from the bookies, then the broker will not acknowledge receipt with the client. The client will need to handle the exception by attempting to resend or fail. This process forms one of {pulsar-short}'s core values - guaranteed message receipt.

modules/install-upgrade/pages/quickstart-helm-installs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ TIP: With message/state persistence disabled, the cluster will not survive a res
338338
+
339339
`helm install pulsar -f dev-values-auth.yaml datastax-pulsar/pulsar`
340340

341-
* `dev-values-tls.yaml`. Development environment with self-signed certificate created by cert-manager. You need to install the cert-manager {crd} before installing the Helm chart. The chart will install the cert-manager application.
341+
* `dev-values-tls.yaml`. Development environment with self-signed certificate created by cert-manager. You need to install the cert-manager custom resource definition (CRD) before installing the Helm chart. The chart will install the cert-manager application.
342342
+
343343
[source,shell]
344344
----

0 commit comments

Comments
 (0)