Dmitry Kropachev

Results 285 comments of Dmitry Kropachev

> @sylwiaszunejko Thanks for the quick reply. I tried with latest version `6.0.1-0.20240612.bc89aac9d017` but still getting the same error > > Even `nc -zv 172.17.0.2 9042` is not giving me...

> ``` > func (repo JourneyRepo) UpdateJourneyByID(c context.Context, journey models.Journey) (*models.Journey, error) { > // API tracing enabling > if span := tracing.TraceSpan(c, "journeyRepo.UpdateJourneyByID"); span != nil { > defer...

Question is answered, for add allow filtering api I have created separate [issue](https://github.com/scylladb/gocqlx/issues/288).

@Arunkumar-hockey , thanks, documentation issues will be addressed [here](https://github.com/scylladb/gocqlx/issues/289), please feel free to add more information.

> Summary on current findings: > > * We need to login to dockerhub to be able to push modified scylla-bench images. To login we need access to repo secrets....

> > > Summary on current findings: > > > > > > * We need to login to dockerhub to be able to push modified scylla-bench images. To login...

@roy, I am moving `for more complex PRs run more advanced tests from scylla-bench` to a separate [issue](https://github.com/scylladb/gocql/issues/335) where we can discuss what exactly we want there.

Idea on testing it: 1. Set timeout to something that will break queries, 1ns 2. Establish session and make sure that schema is there and routing works properly. 3. Double...

> @dkropachev do you have any suggestions regarding differentiating between scylla and cassandra from the position of Session or controlConn? [scylladb/java-driver#312 (comment)](https://github.com/scylladb/java-driver/pull/312#issuecomment-2199753448) 1. Have a flag to disable this feature...