-
Notifications
You must be signed in to change notification settings - Fork 31
[FLINK-37244] mention scylladb in docs #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.