Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit ff38611

Browse files
authored
Partially revert pr 61 (#62)
* revert pr 61 * Apply suggestions from code review
1 parent fb02ea8 commit ff38611

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

modules/pulsar-io/pages/connectors/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ curl::
260260
You need a {pulsar-short} token for REST API authentication.
261261
This is different from your {astra-db} application tokens.
262262
263-
. In the {astra-ui-link}, click *Streaming tenants*.
263+
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.
264264
265265
. Click your tenant's name, and then click the *Settings* tab.
266266
@@ -310,7 +310,7 @@ curl::
310310
You need a {pulsar-short} token for REST API authentication.
311311
This is different from your {astra-db} application tokens.
312312
313-
. In the {astra-ui-link}, click *Streaming tenants*.
313+
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.
314314
315315
. Click your tenant's name, and then click the *Settings* tab.
316316

modules/pulsar-io/partials/connectors/sinks/curl-tab-prereq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
You need a {pulsar-short} token for REST API authentication.
22
This is different from your {astra-db} application tokens.
33

4-
. In the {astra-ui-link}, click *Streaming tenants*.
4+
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.
55

66
. Click your tenant's name, and then click the *Settings* tab.
77

modules/pulsar-io/partials/connectors/sources/curl-tab-prereq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
You need a {pulsar-short} token for REST API authentication.
22
This is different from your {astra-db} application tokens.
33

4-
. In the {astra-ui-link}, click *Streaming tenants*.
4+
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.
55

66
. Click your tenant's name, and then click the *Settings* tab.
77

modules/pulsar-io/partials/connectors/sources/monitoring.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ curl::
2323
You need a {pulsar-short} token for REST API authentication.
2424
This is different from your {astra-db} application tokens.
2525
26-
. In the {astra-ui-link}, click *Streaming tenants*.
26+
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.
2727
2828
. Click your tenant's name, and then click the *Settings* tab.
2929
@@ -85,7 +85,7 @@ curl::
8585
You need a {pulsar-short} token for REST API authentication.
8686
This is different from your {astra-db} application tokens.
8787
88-
. In the {astra-ui-link}, click *Streaming tenants*.
88+
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.
8989
9090
. Click your tenant's name, and then click the *Settings* tab.
9191

modules/use-cases-architectures/pages/real-time-data-pipeline/01-create-astra-objects.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ This guide is part of a series that creates a real-time data pipeline with {prod
88

99
== Creating message topics to capture the stream of click data
1010

11-
. In the {astra-ui-link}, click *Create tenant*.
11+
. In the {astra-ui-link} header, click icon:grip[name="Applications"], select *Streaming*, and then click **Create tenant**.
1212

13-
. Name the new streaming tenant `webstore-clicks`, select any cloud provider and region, and then click **Create Tenant**.
13+
14+
. Name the new streaming tenant `webstore-clicks`, select any cloud provider and region, and then click **Create tenant**.
1415

1516
. From your tenant's overview page, click the **Namespace and Topics** tab.
1617

@@ -27,7 +28,7 @@ You now have a `production` namespace with two topics, as well as the `default`
2728

2829
== Storing the stream of click data
2930

30-
. From your tenant's page, click **Dashboard**, and then click **Serverless databases**.
31+
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *{product-short}*.
3132

3233
. Click **Create database**, and then complete the fields as follows:
3334
+
@@ -139,8 +140,7 @@ CREATE TABLE click_data.product_clicks (
139140

140141
== Connecting the topics to the store
141142

142-
. To return to the *Streaming tenants* dashboard from the CQL console, click your user name, and then select the org your `webstore-clicks` streaming tenant was created in.
143-
. In the {astra-ui-link}, click *Streaming tenants*.
143+
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.
144144

145145
. Click your `webstore-clicks` streaming tenant.
146146

modules/use-cases-architectures/pages/real-time-data-pipeline/02-create-decodable-objects.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This guide is part of a series that creates a real-time data pipeline with {prod
1010

1111
To connect {product} to Decodable, you need some information from your {product} tenant.
1212

13-
. In the {astra-ui-link}, click *Streaming tenants*, and then click your `webstore-clicks` streaming tenant.
13+
. In the {astra-ui-link} header, click icon:grip[name="Applications"], select *Streaming*, and then click your `webstore-clicks` streaming tenant.
1414
+
1515
image:decodable-data-pipeline/02/image4.png[]
1616

modules/use-cases-architectures/pages/real-time-data-pipeline/04-debugging-and-clean-up.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ image:decodable-data-pipeline/04/image2.png["Delete decodable connection"]
4242

4343
=== Removing {product-short} objects
4444

45-
. In the {astra-ui-link}, click *Streaming tenants*.
45+
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.
4646

4747
. Find the `webstore-clicks` tenant, click icon:ellipsis-vertical[name="More"], and then select **Delete**.
4848
+
4949
This removes the tenant and all associated sinks, topics, messages, and namespaces.
5050

51-
. Click **Serverless databases** to switch to the Serverless databases dashboard.
51+
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select **{product-short}**.
5252

5353
. Find the `webstore-clicks` database, click icon:ellipsis-vertical[name="More"], and then select **Terminate**.
5454
+

0 commit comments

Comments
 (0)