connect icon indicating copy to clipboard operation
connect copied to clipboard

Add scylla connector

Open dkropachev opened this issue 1 year ago • 4 comments

It is essentially copy of cassandra connector. Only two options added:

  1. Consistency level
  2. Host policy config

Since github.com/scylladb/gocql has github/gocql/gocql module name it is necessary to have go.mod in scylla connector directory with replace directive.

dkropachev avatar Jul 29 '24 20:07 dkropachev

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Jul 29 '24 20:07 CLAassistant

Thank you @dkropachev! I haven’t looked at the code in detail yet, but I was wondering if this issue https://github.com/scylladb/gocql/issues/161 will get resolved soon to avoid having to maintain the go.mod replace directives.

mihaitodor avatar Jul 30 '24 01:07 mihaitodor

Thank you @dkropachev! I haven’t looked at the code in detail yet, but I was wondering if this issue scylladb/gocql#161 will get resolved soon to avoid having to maintain the go.mod replace directives.

Unfortunately, it is going to be a long story, proper way to do that is to have next major release, which is going to take some time. Also, it is going to be really easy to get rid of go.mod when scylladb/gocql finally get it's own package name.

dkropachev avatar Jul 30 '24 01:07 dkropachev

@mihaitodor , ping

dkropachev avatar Aug 31 '24 13:08 dkropachev