You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The DataStax CDC for Apache Cassandra requires:
14
14
15
15
Supported streaming platform:
16
16
* 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+
18
18
19
19
Supported Cassandra version:
20
20
* Cassandra 3.11+
@@ -25,9 +25,9 @@ Note: Only Cassandra 4.0 and DSE 6.8.16+ support the near realtime CDC allowing
25
25
26
26
## Documentation
27
27
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).
29
29
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).
31
31
32
32
## Demo
33
33
@@ -37,7 +37,6 @@ Cassandra data replicated to Elasticsearch:
37
37
* Deploy a Cassandra source and an Elasticsearch sink into Apache Pulsar
38
38
* Writes into Cassandra are replicated to Elasticsearch.
Copy file name to clipboardExpand all lines: backfill-cli/README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,15 @@ At a high level, the backfill CLI works as follows:
14
14

15
15
16
16
## Requirements
17
+
17
18
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
+
21
23
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
23
26
24
27
## Building
25
28
The CLI is build using Gradle. To build the CLI, run the following command:
0 commit comments