connect
connect copied to clipboard
Add scylla connector
It is essentially copy of cassandra connector. Only two options added:
- Consistency level
- 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.
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.
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.
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.modreplacedirectives.
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.
@mihaitodor , ping