Alex
Alex
Take advantage of call to logs property and simulate DT log copy using streaming approach to eliminate huge memory consumptions. ## Backports Required - [ ] none - not a...
Improve bucket cleaning and use key object date instead of bucket one. Bucket date hold latest bucket modification that includes policy updates, uploads of new oblects, etc. ## Backports Required...
This adds FileHandlers to boto3 loggers using the same filenames and levels that is used in ducktape Also, adds the logger name manually to easily identify the source of the...
This implements service part of the StreamVerifier that is created in this [PR](https://github.com/redpanda-data/redpanda/pull/18826). Service will supports all commands including 'produce', 'consume' and 'atomic' as well as getting current status and...
This pakcage is a simple and fast webserver framework that is being used in streamverifier webservice that is used in high scale transactional tests ## Backports Required - [x] none...
PR implements StreamVerifier as a remote python app that can be run from cli either as a message generator right away, or used as a RESTful web server to sent...
Implement series of tests to ensure RP can process large message sizes: from 1MB to 20MB Measure effective processing bandwidth. ## Backports Required - [x] none - not a bug...