mirror of https://github.com/apache/kafka.git
This pull request addresses KAFKA-19203 by replacing `ApiError#exception` with `Error#exception` in `KafkaAdminClient`. The previous use of `ApiError#exception` was redundant, as we only need the exception without the additional wrapping of `ApiError`. ## Changes - Replaced some usages of `ApiError#exception` with `Error#exception` in `KafkaAdminClient`. - Simplified exception handling logic to reduce unnecessary layers. Reviewers: Chia-Ping Tsai <chia7712@gmail.com> |
||
---|---|---|
.. | ||
clients-integration-tests/src/test | ||
src | ||
.gitignore |