You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2019/02/17 18:52:00 UTC

[jira] [Updated] (KAFKA-6784) FindCoordinatorResponse cannot be cast to FetchResponse

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

Matthias J. Sax updated KAFKA-6784:
-----------------------------------
    Fix Version/s:     (was: 2.2.0)

> FindCoordinatorResponse cannot be cast to FetchResponse
> -------------------------------------------------------
>
>                 Key: KAFKA-6784
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6784
>             Project: Kafka
>          Issue Type: Bug
>          Components: clients
>    Affects Versions: 1.1.0
>            Reporter: Qiang Zhao
>            Priority: Major
>              Labels: patch
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> org.apache.kafka.clients.consumer.internals.Fetcher
>  
> {code:java}
>             client.send(fetchTarget, request)
>                     .addListener(new RequestFutureListener<ClientResponse>() {
>                         @Override
>                         public void onSuccess(ClientResponse resp) {
>                             FetchResponse response = (FetchResponse) resp.responseBody();
>  
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)