lhotari commented on code in PR #24931: URL: https://github.com/apache/pulsar/pull/24931#discussion_r2485928738
########## 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: The database integrations shouldn't be high-lighted in apache/pulsar README. Please remove the changes to README.md. -- 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]
