dave2wave commented on code in PR #24931: URL: https://github.com/apache/pulsar/pull/24931#discussion_r2487157591
########## README.md: ########## @@ -53,6 +53,17 @@ Learn more about Pulsar at https://pulsar.apache.org - Transparent handling of partitioned topics - Transparent batching of messages +## Database Integrations + +Pulsar provides native sink connectors for NoSQL databases: + +- **Apache Cassandra**: Official Cassandra sink connector for streaming key-value data +- **ScyllaDB**: Drop-in compatible with Cassandra sink connector. ScyllaDB offers high performance and low latency while maintaining full Cassandra protocol compatibility. See [ScyllaDB Integration Guide](SCYLLADB_INTEGRATION.md) for details. + +**Learn more:** +- [Connect Pulsar to Cassandra/ScyllaDB](https://pulsar.apache.org/docs/4.1.x/io-quickstart/#connect-pulsar-to-cassandra) +- [Streaming Real-Time Chat Messages into ScyllaDB with Apache Pulsar](https://www.scylladb.com/2022/04/25/streaming-real-time-chat-messages-into-scylladb-with-apache-pulsar/) + Review Comment: Please avoid statements like "ScyllaDB offers high performance and low latency while maintaining full Cassandra protocol compatibility." that is marketing instead be more neutral like "ScyllaDB offers full Cassandra protocol compatibility." Users choosing ScyllaDB already have chosen it over Cassandra. -- 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]
