You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/index.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
Delivered as a fully-managed data streaming and event stream processing service with boundless scale, massive throughput, and low latency, {product} is the simplest way to modernize your event driven architecture and turbo charge your data in motion strategy.
21
21
You can create {pulsar-short} instances, scale across cloud regions, and manage {pulsar-short} resources such as topics, connectors, functions and subscriptions.
22
22
23
-
xref:astra-streaming:getting-started:index.adoc[Get started with Astra Streaming]
23
+
xref:getting-started:index.adoc[Get started with Astra Streaming]
Copy file name to clipboardExpand all lines: modules/apis/pages/api-operations.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Use the {product} {pulsar-short} Admin API to manage resources within your {prod
7
7
[TIP]
8
8
====
9
9
This page summarizes commonly used endpoints.
10
-
For more information and all endpoints, see the xref:astra-streaming:apis:attachment$pulsar-admin.html[{product} {pulsar-short} Admin API specification reference].
10
+
For more information and all endpoints, see the xref:apis:attachment$pulsar-admin.html[{product} {pulsar-short} Admin API specification reference].
11
11
====
12
12
13
13
Other available APIs include the xref:apis:index.adoc[{product} {devops-api}] and the xref:developing:using-curl.adoc[OSS {pulsar-reg} REST APIs].
There are many settings you can configure for a namespace, such as message retention, backlog quota, and message TTL.
116
116
If the request body is empty, default values are used for the namespace configuration.
117
-
For more information, see the xref:astra-streaming:apis:attachment$pulsar-admin.html#tag/namespaces/operation/Namespaces_createNamespace[`PUT /admin/v2/namespaces/$TENANT/$NAMESPACE` specification].
117
+
For more information, see the xref:apis:attachment$pulsar-admin.html#tag/namespaces/operation/Namespaces_createNamespace[`PUT /admin/v2/namespaces/$TENANT/$NAMESPACE` specification].
118
118
119
119
=== Edit namespace policies
120
120
121
121
After you create a namespace, you can use targeted endpoints to get and set specific policies without needing to pass the entire namespace configuration in the request.
122
122
123
123
The following examples demonstrate some of these endpoints.
124
-
For more information and all endpoints, see the xref:astra-streaming:apis:attachment$pulsar-admin.html[{product} {pulsar-short} Admin API specification reference].
124
+
For more information and all endpoints, see the xref:apis:attachment$pulsar-admin.html[{product} {pulsar-short} Admin API specification reference].
There are multiple endpoints you can use to get information about topics, including filtered and unfiltered responses.
427
427
428
428
The following examples demonstrate some of these endpoints.
429
-
For more information and all endpoints, see the xref:astra-streaming:apis:attachment$pulsar-admin.html[{product} {pulsar-short} Admin API specification reference].
429
+
For more information and all endpoints, see the xref:apis:attachment$pulsar-admin.html[{product} {pulsar-short} Admin API specification reference].
430
430
431
431
==== Get internal statistics for a persistent, non-partitioned topic
Use the following {product} {pulsar-short} Admin API endpoints to manage xref:astra-streaming:developing:astream-functions.adoc[{pulsar-short} functions].
848
+
Use the following {product} {pulsar-short} Admin API endpoints to manage xref:developing:astream-functions.adoc[{pulsar-short} functions].
Copy file name to clipboardExpand all lines: modules/apis/pages/index.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Use this API to manage higher-level {product} objects associated with your {prod
8
8
[TIP]
9
9
====
10
10
This page summarizes commonly used endpoints.
11
-
For more information and all endpoints, see the xref:astra-streaming:apis:attachment$devops.html[{product} {devops-api} specification reference].
11
+
For more information and all endpoints, see the xref:apis:attachment$devops.html[{product} {devops-api} specification reference].
12
12
====
13
13
14
14
Other available APIs include the xref:apis:api-operations.adoc[{product} {pulsar-short} Admin API] and the xref:developing:using-curl.adoc[OSS {pulsar-reg} REST APIs].
Copy file name to clipboardExpand all lines: modules/developing/pages/astream-cdc.adoc
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ If you don't have any {astra-stream} tenants, you must create a tenant in order
205
205
+
206
206
Your {astra-stream} tenant must be in the same region as the table where you want to enable CDC.
207
207
+
208
-
CDC for {astra-db} is available only in xref:astra-streaming:operations:astream-regions.adoc[regions that support {astra-stream}].
208
+
CDC for {astra-db} is available only in xref:operations:astream-regions.adoc[regions that support {astra-stream}].
209
209
If your database is deployed to an xref:astra-db-serverless:databases:regions.adoc[{astra-db} region] that doesn't yet support {astra-stream}, contact your {company} account representative or {support_url}[{company} Support].
210
210
211
211
. Click *Create tenant*.
@@ -374,10 +374,10 @@ For multi-region databases, only include regions where you want to enable CDC.
374
374
+
375
375
** `**DATACENTER_ID**`: A xref:astra-db-serverless:databases:create-database.adoc#get-region-id[datacenter or region ID], which is the database ID with a numerical suffix.
376
376
** `**DATACENTER_REGION**`: The name of the region where the database and {astra-stream} tenant are deployed, such as `us-east1`.
377
-
You can only enable CDC in xref:astra-streaming:operations:astream-regions.adoc[regions that support {astra-stream}].
377
+
You can only enable CDC in xref:operations:astream-regions.adoc[regions that support {astra-stream}].
378
378
** `**STREAMING_CLUSTER_NAME**` and `**STREAMING_TENANT_NAME**`: The name of your {astra-stream} tenant and cluster.
379
379
Tenant must be deployed to the same region as the database.
380
-
You can get these names with the xref:astra-streaming:apis:index.adoc#astra-streaming-devops-api-tenant-operations[{astra-stream} {devops-api}] or from the **{astra-stream}** dashboard in the {astra-ui} (click icon:grip[name="Applications"], and then select *Streaming*).
380
+
You can get these names with the xref:apis:index.adoc#astra-streaming-devops-api-tenant-operations[{astra-stream} {devops-api}] or from the **{astra-stream}** dashboard in the {astra-ui} (click icon:grip[name="Applications"], and then select *Streaming*).
381
381
382
382
Deploy a secondary region with CDC enabled::
383
383
Use `{devops-api-ref-url}#tag/Database-Operations/operation/addDatacenters[POST /v2/databases/**DB_ID**/datacenters]` to add a region to a multi-region database and enable CDC in the same command:
@@ -412,7 +412,7 @@ Replace the following:
412
412
{astra-db} doesn't support cross-provider deployments.
413
413
* `**REGION_NAME**`: The name of the region you want to add, such as `us-east1`.
414
414
You can only add one region at a time.
415
-
To enable CDC, you must deploy the database to xref:astra-streaming:operations:astream-regions.adoc[regions that support {astra-stream}].
415
+
To enable CDC, you must deploy the database to xref:operations:astream-regions.adoc[regions that support {astra-stream}].
416
416
* `**PCU_GROUP_ID**`: The ID of the PCU group to provide provisioned capacity for the new datacenter deployment.
417
417
Only applicable for organizations that use xref:astra-db-serverless:administration:provisioned-capacity-units.adoc[PCU groups].
418
418
The PCU group must have the same `cloudProvider` and `region` as the new datacenter deployment.
@@ -592,7 +592,7 @@ New messages are distributed across the new partitions.
592
592
593
593
To increase the number of `data-` topic partitions, do the following:
594
594
595
-
. Before you make changes, use `xref:astra-streaming:developing:configure-pulsar-env.adoc[pulsar-admin]` to get the namespace's existing partitions:
595
+
. Before you make changes, use `xref:developing:configure-pulsar-env.adoc[pulsar-admin]` to get the namespace's existing partitions:
596
596
+
597
597
[source,bash]
598
598
----
@@ -939,10 +939,10 @@ For multi-region databases, only include regions where you want to enable CDC.
939
939
+
940
940
** `**DATACENTER_ID**`: A xref:astra-db-serverless:databases:create-database.adoc#get-region-id[datacenter or region ID], which is the database ID with a numerical suffix.
941
941
** `**DATACENTER_REGION**`: The name of the region where the database and {astra-stream} tenant are deployed, such as `us-east1`.
942
-
You can only enable CDC in xref:astra-streaming:operations:astream-regions.adoc[regions that support {astra-stream}].
942
+
You can only enable CDC in xref:operations:astream-regions.adoc[regions that support {astra-stream}].
943
943
** `**STREAMING_CLUSTER_NAME**` and `**STREAMING_TENANT_NAME**`: The name of your {astra-stream} tenant and cluster.
944
944
The tenant must be deployed to the same region as the database.
945
-
You can get these names with the xref:astra-streaming:apis:index.adoc#astra-streaming-devops-api-tenant-operations[{astra-stream} {devops-api}] or from the **{astra-stream}** dashboard in the {astra-ui} (click icon:grip[name="Applications"], and then select *Streaming*).
945
+
You can get these names with the xref:apis:index.adoc#astra-streaming-devops-api-tenant-operations[{astra-stream} {devops-api}] or from the **{astra-stream}** dashboard in the {astra-ui} (click icon:grip[name="Applications"], and then select *Streaming*).
946
946
947
947
. Send the updated configuration to `{devops-api-ref-url}#tag/Database-Operations/operation/updateCDC[PUT /v3/databases/**DB_ID**/cdc]`.
948
948
+
@@ -1070,6 +1070,6 @@ For more information, see <<put-cdc>>.
0 commit comments