Wojciech Bączkowski

Results 45 issues of Wojciech Bączkowski

One bugfix for config parsing and one additional logging.

Currently setting table compression fails with `Missing sub-option 'sstable_compression' for the 'compression' option.`. This is due to Cassandra using now 'class' sub-option and Scylla using 'sstable_compression'. Resolved by calling with...

Right now loading offsets is coupled with `start(Map settings)` responsible for loading configuration and other necessary modules. While that happens after `initialize​(SinkTaskContext context)` which takes care of initializing most of...

bug

It seems that the current behaviour of the connector is to send records as fast as possible, without waiting for futures to complete. This can lead to issues with some...

enhancement

Current docker-compose has some images set up for future e2e testing, but as they are not used right now they give a false impression that some actual e2e testing is...

Fixes #59 . Bumping Kafka version as a consequence removes log4j jar from dependency tree. Before: ``` [wo@fedora kafka-connect-scylladb]$ mvn dependency:tree -Dincludes='*log4j*' [INFO] Scanning for projects... [WARNING] [WARNING] Some problems...

Now Select, Insert and Update annotations used in DAOs can specify (usingTimeout = "durationString") in order to use Scylla CQL extension timeouts.

(Copied over from commit message) Introduces tablets support for version 4.x of the driver. Metadata about tablets will be kept in TabletMap that gets continuously updated through the tablets-routing-v1 extension....

Enables basic support for serverless Scylla clusters. Changes include: - Necessary core code changes - Slight changes to test utilities and new tests - Removal of code parts related to...