bf2fc6cc711aee1a0c2a / kas-fleetshard

The kas-fleetshard-operator is responsible for provisioning and managing instances of kafka on a cluster. The kas-fleetshard-synchronizer synchronizes the state of a fleet shard with the kas-fleet-manager.
Apache License 2.0
7 stars 20 forks source link

refactorings to support testing with a kas-installer instance #818

Closed shawkins closed 2 years ago

shawkins commented 2 years ago

also creating a more balanced test for partitions so that there's additional consumer groups

shawkins commented 2 years ago

Should we also remove the compression.type=uncompressed from the topic configs?

That's fine too. I had briefly been using the compression scenario to test the affects of storage bandwidth - compressed from the producer and uncompressed at the broker leading to very high EBS demand, but of course that will no longer be allowed. OMB now has support for randomization for testing the compressed scenarios, which I haven't tried out yet.

shawkins commented 2 years ago

Updated with the explicit topic compression removed.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information