andrii-kysylevskyi opened a new pull request, #24931: URL: https://github.com/apache/pulsar/pull/24931
Resolves issue 24924 ### Motivation ScyllaDB is a drop-in, more performance-focused replacement for Apache Cassandra. It works out of the box with Pulsar simply by replacing the Cassandra connection string with a ScyllaDB one in the liquibase-cassandra extension (verified this locally) There are already some articles on integrating Pulsar with Scylla [here](https://www.scylladb.com/2022/04/25/streaming-real-time-chat-messages-into-scylladb-with-apache-pulsar/) and [here](https://www.scylladb.com/2023/05/15/tencent-games-real-time-event-driven-analytics-system-built-with-scylladb-pulsar/). So it might be worth solidifying this in Pulsar's docs and tests. ### Modifications - A new ScyllaDBContainer class in tests/integration/containers - A new ScyllaDBSinkTester in integration/io/sinks (using the same Sink class as Cassandra) - New methods in PulsarSinksTest - testScyllaDBSink and testScyllaDBArchiveSink ### Verifying this change - [ ] Make sure that the change passes the CI checks. This change added tests and can be verified as follows: ``` mvn -DintegrationTests -pl tests/integration -Dtest=PulsarSinksTest#testScyllaDBSink,PulsarSinksTest#testScyllaDBArchiveSink -DtestRetryCount=0 \ -DredirectTestOutputToFile=false test ``` ### Does this pull request potentially affect one of the following parts: <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> *If the box was checked, please highlight the changes* - [ ] Dependencies (add or upgrade a dependency) - [ ] The public API - [ ] The schema - [ ] The default values of configurations - [ ] The threading model - [ ] The binary protocol - [ ] The REST endpoints - [ ] The admin CLI options - [ ] The metrics - [ ] Anything that affects deployment ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc` <!-- Your PR contains doc changes. --> - [x] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added --> ### Matching PR in forked repository PR in forked repository: https://github.com/andrii-kysylevskyi/pulsar/pull/1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
