Ismael Juma created KAFKA-3495: ---------------------------------- Summary: `NetworkClient.blockingSendAndReceive` should rely on requestTimeout Key: KAFKA-3495 URL: https://issues.apache.org/jira/browse/KAFKA-3495 Project: Kafka Issue Type: Improvement Reporter: Ismael Juma Assignee: Ismael Juma Fix For: 0.10.0.0
`NetworkClient.blockingSendAndReceive` method should rely on requestTimeout instead of having its own timeout logic. Currently, we sometimes get an exception via the requestTimeout logic and other times we get it via the `blockingSendAndReceive` timeout logic. -- This message was sent by Atlassian JIRA (v6.3.4#6332)