Skip to content

Commit 58971bc

Browse files
authored
Update questions-and-patterns.adoc
2.2.2 -> latest
1 parent d1f7daf commit 58971bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/use-cases-architectures/pages/change-data-capture/questions-and-patterns.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ David Dieruf <[email protected]>
55
:title: CDC questions and patterns
66
:navtitle: CDC questions and patterns
77

8-
We have collected common questions and patterns from our customers that are using CDC. We hope this will help you in your journey of getting the most out of this feature. Please also refer to the https://docs.datastax.com/en/cdc-for-cassandra/docs/2.2.2/faqs.html[CDC for Cassandra FAQs] in the official documentation for more information.
8+
We have collected common questions and patterns from our customers that are using CDC. We hope this will help you in your journey of getting the most out of this feature. Please also refer to the https://docs.datastax.com/en/cdc-for-cassandra/docs/latest/faqs.html[CDC for Cassandra FAQs] in the official documentation for more information.
99

1010
.How do I know if CDC is enabled on a table?
1111
[%collapsible]
@@ -60,7 +60,7 @@ Another scenario might be the Pulsar broker is too busy to process messages and
6060

6161
The design of CDC in Cassandra assumed that when table changes are sync’d to the raw_cdc log, another process will be draining that log. There is a max log size setting that will disable writes to the table when the set threshold is reached. If a connection to the Pulsar cluster is needed for the log to be drained, and it’s not responsive, the log will being to fill, which can impact a table’s write availability.
6262

63-
For more, see the https://docs.datastax.com/en/cdc-for-cassandra/docs/2.2.2/install.html#scaling-up-your-configuration[Scaling up your configuration] section in the official documentation.
63+
For more, see the https://docs.datastax.com/en/cdc-for-cassandra/docs/latest/install.html#scaling-up-your-configuration[Scaling up your configuration] section in the official documentation.
6464
====
6565

6666
.Does the Cassandra Source Connector use a dead-letter topic?
@@ -107,4 +107,4 @@ The Cassandra sink requires the following provisions:
107107
[%collapsible]
108108
====
109109
Migrating data between tables solves quite a few different challenges. The basic approach is to use a Cassandra sink to watch the Cassandra source and write to another table while mapping columns appropriately. As the original table is phased out, the number of messages will decrease to none, while consumers are watching the new table's CDC data topic. Refer to the "Multi-region CDC" question above for more detail.
110-
====
110+
====

0 commit comments

Comments
 (0)