John Tylwalk created KAFKA-3248:
-----------------------------------
Summary: AdminClient Blocks Forever in send Method
Key: KAFKA-3248
URL: https://issues.apache.org/jira/browse/KAFKA-3248
Project: Kafka
Issue Type: Bug
Components: admin
Affects Versions: 0.9.0.0
Reporter: John Tylwalk
Priority: Minor
AdminClient will block forever when performing operations involving the
{{send()}} method, due to usage of
{{ConsumerNetworkClient.poll(RequestFuture)}} - which blocks indefinitely.
Suggested fix is to use {{ConsumerNetworkClient.poll(RequestFuture, long
timeout)}} in {{AdminClient.send()}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)