Martin Sucha
Martin Sucha
When running nsqlookupd in Kubernetes and pointing to a specific identity of a pod from statefulset, the DNS name is not resolvable if the pod is not currently scheduled. The...
Hello, have you considered adding integration with [Dependabot](https://dependabot.com/go/) or [Renovate bot](https://docs.renovatebot.com/) to automatically open pull requests to update dependencies?
GoLand 2021.2.3 Build #GO-212.5284.40, built on September 14, 2021 EnvFile 3.2.2 
Better to use the newest version than the old 3.0. Keeping only 2 versions to conserve resources.
There were the following issues with handling of aggregates: - compileMetadata panicked if final_func was null. final_func is optional[1], so null is perfectly valid value. - The AggregateMetadata FinalFunc field...
Related #1551
Travis is quite slow lately, the jobs can be in queue for several hours. See also: * https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing * https://www.traviscistatus.com/#system-metrics Both v2.dev branch in this repo and scylladb/gocql switched to...
During initialization of the call structure, the else statement was never executed. We create the call in the same function and don't write the timer field elsewhere. We also need...
Recently there were (incompatible) changes to protocol V5 merged in Cassandra, we need to update gocql to the latest version of protocol V5. * [CASSANDRA-15299](https://issues.apache.org/jira/browse/CASSANDRA-15299) * [CASSANDRA-14688](https://issues.apache.org/jira/browse/CASSANDRA-14688)
HostPoolHostPolicy wraps an external library and would be better suited for a gocql-contrib repo/separate package so that users that don't use it don't need to download the dependency.