[ https://issues.apache.org/jira/browse/KAFKA-6784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16770507#comment-16770507 ]
Matthias J. Sax commented on KAFKA-6784: ---------------------------------------- Moving all major/minor/trivial tickets that are not merged yet out of 2.2 release. > 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: 2.2.0 > > 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)