Colin P. McCabe created KAFKA-6658: -------------------------------------- Summary: Fix RoundTripWorkload and make k/v generation configurable Key: KAFKA-6658 URL: https://issues.apache.org/jira/browse/KAFKA-6658 Project: Kafka Issue Type: Bug Components: system tests, unit tests Reporter: Colin P. McCabe Assignee: Colin P. McCabe
Fixes RoundTripWorkload. Currently RoundTripWorkload is unable to get the sequence number of the keys that it produced. Also, make PayloadGenerator an interface which can have multiple implementations: constant, uniform random, sequential, and allow different payload generators to be used for keys and values. -- This message was sent by Atlassian JIRA (v7.6.3#76005)