Skip to content

Commit 00b5260

Browse files
authored
bump-luna-version-remove-pulsar-version (#213)
1 parent 876f96e commit 00b5260

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/antora.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ asciidoc:
1313
csc_pulsar_first: 'DataStax Cassandra Source Connector for Apache Pulsar(TM)'
1414
csc_pulsar: 'CSC for Pulsar'
1515
cdc_pulsar: 'CDC for Cassandra'
16-
luna_version: '2.10'
17-
pulsar_version: '2.10'
16+
luna_version: '3.1'
1817
version: '2.3.2' # cdc-apache-cassandra latest {version}

docs/modules/ROOT/pages/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For each update to the table, an MD5 digest is calculated to de-duplicate the up
7171
== Supported streaming platforms
7272

7373
* IBM Elite Support for Apache Pulsar (formerly DataStax Luna Streaming) 2.8 and later (current version is {luna_version})
74-
* Apache Pulsar 2.8.1 and later (current Pulsar version is {pulsar_version})
74+
* Apache Pulsar 2.8.1 and later
7575

7676
=== Connector deployment matrix
7777

@@ -158,5 +158,5 @@ To ensure the data sent to all datacenters are delivered to the data topic, make
158158

159159
For example, given a Cassandra cluster with three datacenters (DC1, DC2, and DC3), you would enable CDC and install the change agent in only DC1.
160160
To ensure all updates in DC2 and DC3 are propagated to the data topic, configure the table's keyspace to replicate data from DC2 and DC3 to DC1.
161-
For example, `replication = {'class': 'NetworkTopologyStrategy', 'dc1': 3, 'dc2': 3, 'dc3': 3})`.
161+
For example, `replication = {'class': 'NetworkTopologyStrategy', 'dc1': 3, 'dc2': 3, 'dc3': 3}`.
162162
The data replicated to DC1 will be processed by the change agent and eventually end up in the data topic.

0 commit comments

Comments
 (0)