Skip to content

Commit a9b0252

Browse files
committed
Revert KafkaAdmin Change (Previous Commit)
(main only).
1 parent 8c2b325 commit a9b0252

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spring-kafka/src/main/java/org/springframework/kafka/core/KafkaAdmin.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ public final boolean initialize() {
201201
addOrModifyTopicsIfNeeded(adminClient, newTopics);
202202
return true;
203203
}
204-
catch (InterruptedException ex) {
205-
Thread.currentThread().interrupt();
206-
}
207204
catch (Exception ex) {
208205
if (!this.initializingContext || this.fatalIfBrokerNotAvailable) {
209206
throw new IllegalStateException("Could not configure topics", ex);

0 commit comments

Comments
 (0)