[ 
https://issues.apache.org/jira/browse/KAFKA-882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13698128#comment-13698128
 ] 

John Fung commented on KAFKA-882:
---------------------------------

ProducerPerformance in 0.7 has quite a few nested if-else conditional logics in 
addition to while & for loops. In order to keep it simple, this patch contains 
the change to send sequential MessageID only when the following arguments are 
specified:

--initial-message-id <n>
--vary-message-size
--async

Otherwise, it will preserve the original 0.7 behavior.
                
> Enhance 0.7 ProducerPerformance to send sequential MessageID as in 0.8
> ----------------------------------------------------------------------
>
>                 Key: KAFKA-882
>                 URL: https://issues.apache.org/jira/browse/KAFKA-882
>             Project: Kafka
>          Issue Type: Task
>            Reporter: John Fung
>            Assignee: John Fung
>              Labels: kafka
>         Attachments: kafka-882-v1.patch
>
>
> Also update related files in the following in Kafka 0.8:
> 1. system_test/migration_tool_testsuite/config
> 2. system_test/migration_tool_testsuite/0.7/lib/kafka-perf-0.7.0.jar (after 
> this JIRA is completed)
> 3. 
> system_test/migration_tool_testsuite/testcase_900x/testcase_900x_properties.json

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to