You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "John Fung (Updated) (JIRA)" <ji...@apache.org> on 2012/02/08 21:40:59 UTC

[jira] [Updated] (KAFKA-267) Enhance ProducerPerformance to generate unique random Long value for payload

     [ https://issues.apache.org/jira/browse/KAFKA-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Fung updated KAFKA-267:
----------------------------

    Description: 
This is achieved by:
1. Adding a new class UniqueRandom to shuffle a range of numbers.
2. Specifying the starting number of the range to be shuffled.
3. The ending number of the range is the starting number + number of messages - 1.

  was:This is achieved by specifying the starting number of a range of number to be shuffled. The ending number of the range is the starting number + number of messages - 1.

        Summary: Enhance ProducerPerformance to generate unique random Long value for payload  (was: Enhance ProducerPerformance to generate unique random checksum)
    
> Enhance ProducerPerformance to generate unique random Long value for payload
> ----------------------------------------------------------------------------
>
>                 Key: KAFKA-267
>                 URL: https://issues.apache.org/jira/browse/KAFKA-267
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: John Fung
>            Assignee: John Fung
>         Attachments: kafka-267-v1.patch
>
>
> This is achieved by:
> 1. Adding a new class UniqueRandom to shuffle a range of numbers.
> 2. Specifying the starting number of the range to be shuffled.
> 3. The ending number of the range is the starting number + number of messages - 1.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira