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

derek commented on KAFKA-139:
-----------------------------

OK, the Map traversal ordering issue I hit before is causing the same issue on 
the 0.8 branch, but whereas before I could ignore it with a special EasyMock 
matcher (because it was against an array), now the order of results from 
DefaultEventHandler.partitionAndCollate is reflected by the order of calls 
against the EasyMock, something that I cannot work around as far as I can tell. 
A simple fix would be to have partitionAndCollate use a SortedMap (I've tested 
this and it works). I can include this change as part of the patch if that's OK.
                
> cross-compile multiple Scala versions
> -------------------------------------
>
>                 Key: KAFKA-139
>                 URL: https://issues.apache.org/jira/browse/KAFKA-139
>             Project: Kafka
>          Issue Type: Improvement
>          Components: packaging
>            Reporter: Chris Burroughs
>             Fix For: 0.8
>
>         Attachments: kafka-sbt0-11-3.patch
>
>
> Since scala does not maintain binary compatibly between versions, 
> organizations tend to have to move all of there code at the same time.  It 
> would thus be very helpful if we could cross build multiple scala versions.
> http://code.google.com/p/simple-build-tool/wiki/CrossBuild
> Unclear if this would require KAFKA-134 or just work.

--
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

        

Reply via email to