[FLINK-37244] mention scylladb in docs#32
Conversation
|
Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html) |
|
Also interested in this. |
|
going to update the tests to invoke them for 2 containers: Cassandra and ScyllaDB |
This reverts commit bd7c8f3.
|
@dannycranmer Hey, could you pls take a look? |
|
Good afternoon! It looks like this PR has been abandoned for some time, but I’d be happy to pick it up and get it over the line. Thanks a lot in advance! |
@andrii-kysylevskyi |
|
Thank you for the useful information, and hope everything goes smoothly at your new work @echauchot! Could you recommend someone from the Flink maintainers team I could tag for review in the PR I will submit later? Thanks in advance! |
Thanks ! |
echauchot
left a comment
There was a problem hiding this comment.
Agree on the general idea of using the connector for both DB
Hi,
I've implemented examples from the docs for Sinks with and without Pojo classes and for Sources for Apache Cassandra. They were working as expected. Than I just replaced connection string to running ScyllaDB which is a drop-in more performant replacement for Cassandra and checked that all scenarios still working the same so the same connector could be used to integrate Flink with both databases. That why I've updated docs and mentioned ScyllaDB as also supported option.