Description
SAMZA-548 added a Kafka performance test to Samza's integration test suite. The test is currently pretty basic. We should:
- Support test execution on more brokers.
- Test with a topic that has a higher replication factor.
- Test with more than 1 million messages.
- Validate some minimum level of performance (e.g. the test must run faster than N messages/sec, or N MB/sec).
- Test with different compression and linger settings.
The goal is to make the test have similar characteristics to this Kafka test.
Attachments
Issue Links
- is related to
-
SAMZA-548 Add performance test for container Kafka performance
- Resolved