Dmitry Kropachev
Dmitry Kropachev
It should be done in a similar manner across all the languages: 1. There should be `Makefile` in each languages that implements same API 2. There should be reusable workflow...
Following https://github.com/scylladb/gocql/pull/501 allows to create query and batch with context right away. `WithContext` copies `Query` and `Batch`, so it is pretty inefficient to create instance and copy it right away....
Have an example app that leverages gocqlx. Example should include `go.mod`
`make bench` resulted in: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x794138] goroutine 550 [running]: github.com/scylladb/go-reflectx.(*Mapper).TypeMap(0x0, {0x9f3230, 0x8f9420}) /home/dmitry.kropachev/go/pkg/mod/github.com/scylladb/[email protected]/reflect.go:107 +0x38...
We need to have a configuration option to enable request compression, make it disabled by default. Make it so that you could in the future pick any supported compression, for...
Implement basic repo features for all languages: - javascript - java - python - csharp - golang - c++ Features: 1. Move code out to a separate repo 2. Have...
After [tablets routing](https://github.com/scylladb/alternator-load-balancing/issues/11) is implemented and [Kenesis Streams](https://github.com/scylladb/scylladb/issues/8786) are implemented in core. Investigate necessity of having fork of [com.amazonaws:dynamodb-streams-kinesis-adapter](https://github.com/awslabs/dynamodb-streams-kinesis-adapter), a KCL adapter for alternator streams to optimize streaming logic.
Move code for all the languages into a separate repo