Shixiong Zhu created KAFKA-8520: ----------------------------------- Summary: TimeoutException in client side doesn't have stack trace Key: KAFKA-8520 URL: https://issues.apache.org/jira/browse/KAFKA-8520 Project: Kafka Issue Type: New Feature Components: clients Reporter: Shixiong Zhu
When a TimeoutException is thrown directly in the client side, it doesn't have any stack trace because it inherits "org.apache.kafka.common.errors.ApiException". This makes the user hard to debug timeout issues, because it's hard to know which line in the user codes throwing this TimeoutException. It would be great that adding a new client side TimeoutException which contains the stack trace. -- This message was sent by Atlassian JIRA (v7.6.3#76005)