Chia-Ping Tsai created KAFKA-19203: -------------------------------------- Summary: Replace `ApiError#exception` by `Error#exception` for KafkaAdminClient Key: KAFKA-19203 URL: https://issues.apache.org/jira/browse/KAFKA-19203 Project: Kafka Issue Type: Improvement Reporter: Chia-Ping Tsai Assignee: Chia-Ping Tsai
KafkaAdminClient has many usages of ApiError#exception, and that is weird since all we need is the exception rather than `ApiError`. We can use Error#exception as replacement -- This message was sent by Atlassian Jira (v8.20.10#820010)