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

Jun Rao commented on KAFKA-500:
-------------------------------

Thanks for patch v4. Thinking about this a bit more. To be consistent with 
other requests, it's probably better to return TopicMetadataResponse in both 
SyncProducer and SimpleConsumer, instead of Seq[TopicMetadata]. So we will also 
need a java version of TopicMetadataResponse. The implicits will be a bit 
easier now since we just need to define a conversion at TopicMetadataResponse 
level.
                
> javaapi support for getTopoicMetaData
> -------------------------------------
>
>                 Key: KAFKA-500
>                 URL: https://issues.apache.org/jira/browse/KAFKA-500
>             Project: Kafka
>          Issue Type: Bug
>          Components: core
>            Reporter: Jun Rao
>            Assignee: Swapnil Ghike
>            Priority: Blocker
>              Labels: bugs
>             Fix For: 0.8
>
>         Attachments: kafka-500-v1.patch, kafka-500-v2.patch, 
> kafka-500-v3.patch, kafka-500-v4.patch
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> TopicMetaRequest and TopicMetaResponse use scala Seq and Option. We need a 
> version so that java applications can use more easily.

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