rreddy-22 commented on code in PR #15150:
URL: https://github.com/apache/kafka/pull/15150#discussion_r1458079066
##########
clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java:
##########
@@ -2229,7 +2229,7 @@ void handleResponse(AbstractResponse abstractResponse) {
String topicName = cluster.topicName(topicId);
if (topicName == null) {
- future.completeExceptionally(new
UnknownTopicIdException("TopicId " + topicId + " not found."));
+ future.completeExceptionally(new
InvalidTopicException("TopicId " + topicId + " not found."));
Review Comment:
Thanks for the catch, missed this when I was splitting the PR and merging!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]