Piotr Grabowski

Results 88 comments of Piotr Grabowski

I did a performance test today trying to replicate your environment (same instance types etc.) and I was easily able to achieve 90000 msg/s replicated to Scylla. Here's how I...

> How to pipe the script to console producer? Assuming the script is saved to `gen.py`: ``` python3 gen.py > msg.txt bin/kafka-console-producer --broker-list localhost:9092 --topic mytopic --property "parse.key=true" --property "key.separator=$"...

Please add "Fixes #60" to the commit message. Please add documentation (somewhere in README) about this new support and all supported types.

> @avelanarius suggested that there is "tablet_allocator_shuffle" HTTP api [Based on discussion from Slack] We concluded that "tablet_allocator_shuffle" is great for manual testing, but for automatic testing there's not enough...

> Parsing fail > What to do when parsing Tablet data from custom payload fails? > Erroring whole request seems excessive. Right now I just print a warning. Is it...

Could you be more specific on what the problem is? Are you observing a poor performance of RegexRouter ("regex property")? Or is another part of the system slow (the connector...

I also created a more general issue #91, but fixing it would require more effort to update and rewrite the docs (as opposed to this issue, which can be resolved...

Refs https://github.com/scylladb/java-driver/issues/236 (from a different perspective, but a similar issue)

> How the driver should behave: > - if there is no viable connection in the pool, wait until there is an available connection, and then try to execute the...

@muzarski is going to look into it today. We're not sure if some quick fix is possible, but hopefully @muzarski will determine it by the end of the day.