Skip to content

Commit c735558

Browse files
authored
Merge pull request #209 from datastax/doc-5439-2
DOC-5439 part 2 - Update Luna product name in READMEs
2 parents 0b45d28 + ad8893f commit c735558

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The DataStax CDC for Apache Cassandra requires:
1414

1515
Supported streaming platform:
1616
* Apache Pulsar 2.8.1+
17-
* DataStax Luna Streaming 2.8.0.1.1.40+
17+
* IBM Elite Support for Apache Pulsar (formerly DataStax Luna Streaming) 2.8.0.1.1.40+
1818

1919
Supported Cassandra version:
2020
* Cassandra 3.11+
@@ -25,9 +25,9 @@ Note: Only Cassandra 4.0 and DSE 6.8.16+ support the near realtime CDC allowing
2525

2626
## Documentation
2727

28-
All documentation is available online [here](https://docs.datastax.com/en/cdc-for-cassandra/docs/latest/index.html).
28+
To get started, see [QUICKSTART.md](QUICKSTART.md).
2929

30-
See the [QUICKSTART.md](QUICKSTART.md) page.
30+
For the complete documentation, see the [CDC for Apache Cassandra documentation](https://docs.datastax.com/en/cdc-for-cassandra/docs/latest/index.html).
3131

3232
## Demo
3333

@@ -37,7 +37,6 @@ Cassandra data replicated to Elasticsearch:
3737
* Deploy a Cassandra source and an Elasticsearch sink into Apache Pulsar
3838
* Writes into Cassandra are replicated to Elasticsearch.
3939

40-
4140
[![asciicast](https://asciinema.org/a/kiEYzHQrPWhJR19nZ7tbqrDIX.png)](https://asciinema.org/a/kiEYzHQrPWhJR19nZ7tbqrDIX?speed=2&theme=tango)
4241

4342
## Monitoring
@@ -90,4 +89,4 @@ Note: Artifacts for DSE agent are excluded by default. To build the `agent-dse4`
9089
## Acknowledgments
9190

9291
Apache Cassandra, Apache Pulsar, Cassandra and Pulsar are trademarks of the Apache Software Foundation.
93-
Elasticsearch, is a trademark of Elasticsearch BV, registered in the U.S. and in other countries.
92+
Elasticsearch, is a trademark of Elasticsearch BV, registered in the U.S. and in other countries.

backfill-cli/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ At a high level, the backfill CLI works as follows:
1414
![alt text](backfill-cli.png "Backfill CLI")
1515

1616
## Requirements
17+
1718
On the CLI machine side:
18-
* Java 8 or Java 11 Runtime Environment (JRE)
19-
* Optional: If running the CLI as a Pulsar Admin Extension, Datastax Luna Streaming 2.10_3.1 or later required. It is enough to download the standalone Luna Streaming Shell found on https://github.com/datastax/pulsar/releases.
20-
19+
20+
* Java 8 or Java 11 Runtime Environment (JRE)
21+
* Optional: If running the CLI as a Pulsar Admin Extension, then IBM Elite Support for Apache Pulsar (formerly Datastax Luna Streaming) version 2.10_3.1 or later is required. It is enough to download the standalone Luna Streaming Shell found on https://github.com/datastax/pulsar/releases.
22+
2123
On the Cassandra/Pulsar side:
22-
* DataStax CDC for Apache Cassandra 2.2.5 or later
24+
25+
* DataStax CDC for Apache Cassandra 2.2.5 or later
2326

2427
## Building
2528
The CLI is build using Gradle. To build the CLI, run the following command:

0 commit comments

Comments
 (0)