Skip to content

Commit f05d06a

Browse files
author
Vincent Royer
committed
Include settings in install.adoc
1 parent a180d82 commit f05d06a

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/modules/ROOT/pages/install.adoc

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Here is an example for Luna Streaming/Apache Pulsar on Cassandra version 4.0 nod
5151
export JVM_EXTRA_OPTS="-javaagent:/path/to/agent-c4-luna-<version>-all.jar=pulsarServiceUrl=pulsar://pulsar:6650"
5252
----
5353

54-
For the full set of configuration options, see xref:agentParams.adoc[Change Agent Parameters]
54+
For the full set of configuration options, see <<agentParams,Change Agent Parameters>>
5555

5656
In addition to configuring the change agent, enable CDC on the Cassandra node by setting `cdc_enabled` to `true` in the `cassandra.yaml` file.
5757

@@ -74,6 +74,7 @@ commitlog_sync_period_in_ms: 2000
7474
cdc_total_space_in_mb: 50000
7575
----
7676

77+
[#agentParams]
7778
== Change Agent Parameters
7879

7980
include::agentParams.adoc[]
@@ -176,10 +177,13 @@ ALTER TABLE foo WITH cdc=false;
176177

177178
When CDC is enabled on a table, updates to that table are sent by the change agent to the {csc_pulsar} which further processes the event and then sends it to the data topic when it can be processed by other connectors (for example, Elasticsearch).
178179

179-
For the full set of source configuration options, see xref:cfgCassandraSource.adoc[{csc_pulsar} settings].
180-
For the full set of Cassandra authentication options, see xref:cfgCassandraAuth.adoc[Cassandra Authentication settings].
181-
For the full set of Cassandra SSL settings, see xref:cfgCassandraSSL.adoc[Cassandra SSL/TLS settings].
182-
For advanced configuration of the Cassandra driver in the {csc_pulsar}, see xref:cfgCassandraJavaDriverSettings.adoc[Pass {csc_pulsar} settings directly to the DataStax Java driver].
180+
include::cfgCassandraSource.adoc[]
181+
182+
include::cfgCassandraAuth.adoc[]
183+
184+
include::cfgCassandraSSL.adoc[]
185+
186+
include::cfgCassandraJavaDriverSettings.adoc[]
183187

184188
== Scaling up your configuration
185189

0 commit comments

Comments
 (0)