Skip to content

Commit d312d80

Browse files
authored
add-link (#164)
* add-link * backfill
1 parent 769a9e1 commit d312d80

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/docs-src/core/modules/ROOT/pages/backfill-cli.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,3 +365,4 @@ These parameters should be passed as command line arguments in the standalone Ja
365365

366366
* xref:index.adoc[CDC Home]
367367
* https://docs.datastax.com/en/dsbulk/docs/reference/dsbulkCmd.html[DataStax Bulk Loader]
368+
* For more on using CDC with Apache Pulsar, including schema management and consumption patterns, see our https://docs.datastax.com/en/streaming/streaming-learning/use-cases-architectures/change-data-capture/index.html[Streaming learning page].

docs/docs-src/core/modules/ROOT/pages/index.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ To ensure all updates in DC2 and DC3 are propagated to the data topic, configure
162162
For example, `replication = {'class': 'NetworkTopologyStrategy', 'dc1': 3, 'dc2': 3, 'dc3': 3})`.
163163
The data replicated to DC1 will be processed by the change agent and eventually end up in the data topic.
164164

165-
== Where to go next
165+
== What's next?
166166

167+
For more on using CDC with Apache Pulsar, including schema management and consumption patterns, see our https://docs.datastax.com/en/streaming/streaming-learning/use-cases-architectures/change-data-capture/index.html[Streaming learning page].
167168
If you've got more questions about {cdc_cass_first}, see xref::faqs.adoc[].

0 commit comments

Comments
 (0)