kafka/clients
Chang-Chi Hsu 962f4ada75
KAFKA-19203 Replace `ApiError#exception` by `Error#exception` for KafkaAdminClient (#19623)
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>
2025-09-14 07:20:01 +08:00
..
clients-integration-tests/src/test KAFKA-19259: Async consumer fetch intermittent delays on console consumer (#19980) 2025-09-05 10:50:47 -04:00
src KAFKA-19203 Replace `ApiError#exception` by `Error#exception` for KafkaAdminClient (#19623) 2025-09-14 07:20:01 +08:00
.gitignore