@@ -220,11 +220,10 @@ Complete the following steps after you have created a <<create-tenant,streaming
220
220
221
221
. Select *Databases* from the main navigation.
222
222
. 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*.
225
225
. 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*.
228
227
229
228
Enabling CDC creates a new `astracdc` namespace with two new topics, `data-` and `log-`.
230
229
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
237
236
238
237
Connect an Elasticsearch sink to CDC that consumes messages from the `data-` topic and sends them to your Elasticsearch deployment.
239
238
240
- . In your active database dashboard, select the *CDC* tab.
239
+ . Go to your database's *CDC* tab.
241
240
. Under *Change Data Capture*, select the name of the CDC-enabled table you would like to use.
242
241
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.
243
242
. 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.
263
262
264
263
Let's process some changes with CDC.
265
264
266
- . In your active database dashboard, select the *CQL Console* tab.
265
+ . Go to your database's *CQL Console* tab.
267
266
. Modify the table you created.
268
267
+
269
268
[source,sql,subs="verbatim,quotes"]
0 commit comments