Skip to content

Commit cb0974e

Browse files
authored
dashboard (#115)
1 parent 07e23d2 commit cb0974e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

modules/developing/pages/astream-cdc.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,10 @@ Complete the following steps after you have created a <<create-tenant,streaming
220220

221221
. Select *Databases* from the main navigation.
222222
. Select the name of the active database that you would like to use.
223-
. In your database dashboard, select the *CDC* tab.
224-
. Select *Enable CDC*.
223+
. Click the *CDC* tab.
224+
. Click *Enable CDC*.
225225
. Complete the fields to select a tenant, select a keyspace, and select the name of the table you created.
226-
. Select *Enable CDC*.
227-
Once created, your CDC connector appears under the Change Data Capture (CDC) tab in your database dashboard.
226+
. Click *Enable CDC*.
228227

229228
Enabling CDC creates a new `astracdc` namespace with two new topics, `data-` and `log-`.
230229
The `log-` topic consumes schema changes, processes them, and then writes clean data to the `data-` topic.
@@ -237,7 +236,7 @@ For more information, see <<increase-partitions,Increase the CDC data-topic Part
237236

238237
Connect an Elasticsearch sink to CDC that consumes messages from the `data-` topic and sends them to your Elasticsearch deployment.
239238

240-
. In your active database dashboard, select the *CDC* tab.
239+
. Go to your database's *CDC* tab.
241240
. Under *Change Data Capture*, select the name of the CDC-enabled table you would like to use.
242241
You should still be in the CDC tab after selecting a name, but the header becomes *CDC for `TABLE_NAME`* with a green *Active* icon next to it.
243242
. Select *Add Elastic Search Sink* to select your settings.
@@ -263,7 +262,7 @@ You can confirm that your new sink was created in the *Sinks* tab.
263262

264263
Let's process some changes with CDC.
265264

266-
. In your active database dashboard, select the *CQL Console* tab.
265+
. Go to your database's *CQL Console* tab.
267266
. Modify the table you created.
268267
+
269268
[source,sql,subs="verbatim,quotes"]

0 commit comments

Comments
 (0)