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

2019-02-17 Thread Matthias J. Sax (JIRA)


 [ 
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() {
> @Override
> public void onSuccess(ClientResponse resp) {
> FetchResponse response = (FetchResponse) 
> resp.responseBody();
>  
> {code}



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


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

2018-10-02 Thread Dong Lin (JIRA)


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

Dong Lin updated KAFKA-6784:

Fix Version/s: (was: 2.1.0)
   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
> 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() {
> @Override
> public void onSuccess(ClientResponse resp) {
> FetchResponse response = (FetchResponse) 
> resp.responseBody();
>  
> {code}



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


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

2018-06-06 Thread Rajini Sivaram (JIRA)


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

Rajini Sivaram updated KAFKA-6784:
--
Fix Version/s: (was: 2.0.0)
   2.1.0

Moving this out to 2.1.0 since the cause of the issue hasn't been identified 
yet (cannot reproduce?)

> 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.1.0
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> org.apache.kafka.clients.consumer.internals.Fetcher
>  
> {code:java}
> client.send(fetchTarget, request)
> .addListener(new RequestFutureListener() {
> @Override
> public void onSuccess(ClientResponse resp) {
> FetchResponse response = (FetchResponse) 
> resp.responseBody();
>  
> {code}



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


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

2018-04-12 Thread Qiang Zhao (JIRA)

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

Qiang Zhao updated KAFKA-6784:
--
Remaining Estimate: 48h  (was: 1h)
 Original Estimate: 48h  (was: 1h)

> 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: 48h
>  Remaining Estimate: 48h
>
> org.apache.kafka.clients.consumer.internals.Fetcher
>  
> {code:java}
> client.send(fetchTarget, request)
> .addListener(new RequestFutureListener() {
> @Override
> public void onSuccess(ClientResponse resp) {
> FetchResponse response = (FetchResponse) 
> resp.responseBody();
>  
> {code}



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