From 8e659edfdbc07671c2834987b4206ef5c32bac80 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:12:04 -0500 Subject: [PATCH] bump-luna-version-remove-pulsar-version --- docs/antora.yml | 3 +-- docs/modules/ROOT/pages/index.adoc | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 6a189d94..3d229fc9 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -13,6 +13,5 @@ asciidoc: csc_pulsar_first: 'DataStax Cassandra Source Connector for Apache Pulsar(TM)' csc_pulsar: 'CSC for Pulsar' cdc_pulsar: 'CDC for Cassandra' - luna_version: '2.10' - pulsar_version: '2.10' + luna_version: '3.1' version: '2.3.2' # cdc-apache-cassandra latest {version} diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 38c268f1..0ab8fd29 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -71,7 +71,7 @@ For each update to the table, an MD5 digest is calculated to de-duplicate the up == Supported streaming platforms * IBM Elite Support for Apache Pulsar (formerly DataStax Luna Streaming) 2.8 and later (current version is {luna_version}) -* Apache Pulsar 2.8.1 and later (current Pulsar version is {pulsar_version}) +* Apache Pulsar 2.8.1 and later === Connector deployment matrix @@ -158,5 +158,5 @@ To ensure the data sent to all datacenters are delivered to the data topic, make 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. 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. -For example, `replication = {'class': 'NetworkTopologyStrategy', 'dc1': 3, 'dc2': 3, 'dc3': 3})`. +For example, `replication = {'class': 'NetworkTopologyStrategy', 'dc1': 3, 'dc2': 3, 'dc3': 3}`. The data replicated to DC1 will be processed by the change agent and eventually end up in the data topic. \ No newline at end of file