cmccabe commented on code in PR #17617:
URL: https://github.com/apache/kafka/pull/17617#discussion_r1819767656
##########
metadata/src/main/java/org/apache/kafka/controller/ReplicationControlManager.java:
##########
@@ -947,6 +948,7 @@ ControllerResult<Map<Uuid, ApiError>>
deleteTopics(ControllerRequestContext cont
results.put(id, ApiError.fromThrowable(e));
}
}
+ log.info("DeleteTopics result(s): {}", results);
Review Comment:
Can we do something like we do with create topics, where we build up a
string like:
```DeleteTopics result(s): {id: p7foLAwZT8yDWn_yzHcYlg, name: foo,
result:SUCCESS}, {id:EBxjGbySRfO1tmo13ZVUfA, name: bar, result:
UNKNOWN_TOPIC_ID}```
--
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]