You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2015/03/29 03:22:52 UTC

[jira] [Updated] (KAFKA-2066) Replace FetchRequest / FetchResponse with their org.apache.kafka.common.requests equivalents

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

Gwen Shapira updated KAFKA-2066:
--------------------------------
    Description: 
Replace FetchRequest / FetchResponse with their org.apache.kafka.common.requests equivalents.

Note that they can't be completely removed until we deprecate the SimpleConsumer API (and it will require very careful patchwork for the places where core modules actually use the SimpleConsumer API).

This also requires a solution on how to stream from memory-mapped files (similar to what existing code does with FileMessageSet. 

  was:
Replace FetchRequest / FetchResponse with their org.apache.kafka.common.requests equivalents.

Note that they can't be completely removed until we deprecate the SimpleConsumer API (and it will require very careful patchwork for the places where core modules actually use the SimpleConsumer API).


> Replace FetchRequest / FetchResponse with their org.apache.kafka.common.requests equivalents
> --------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-2066
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2066
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Gwen Shapira
>             Fix For: 0.8.3
>
>
> Replace FetchRequest / FetchResponse with their org.apache.kafka.common.requests equivalents.
> Note that they can't be completely removed until we deprecate the SimpleConsumer API (and it will require very careful patchwork for the places where core modules actually use the SimpleConsumer API).
> This also requires a solution on how to stream from memory-mapped files (similar to what existing code does with FileMessageSet. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)