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

ASF GitHub Bot commented on KAFKA-6784:
---------------------------------------

koqizhao opened a new pull request #4865: KAFKA-6784: FindCoordinatorResponse 
cannot be cast to FetchResponse
URL: https://github.com/apache/kafka/pull/4865
 
 
   fix bug: FindCoordinatorResponse cannot be cast to FetchResponse

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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
>             Fix For: 1.2.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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)

Reply via email to