Skip to content

Commit 7c5f370

Browse files
author
Zhiyang.Wang1
committed
GH-2588: support batch recoverable DefaultAfterRollbackProcessor
modify toString in `ContainerProperties`
1 parent a74a4e5 commit 7c5f370

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-kafka/src/main/java/org/springframework/kafka/listener/ContainerProperties.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,9 @@ public String toString() {
10811081
+ (this.transactionManager != null
10821082
? "\n transactionManager=" + this.transactionManager
10831083
: "")
1084+
+ (this.kafkaAwareTransactionManager != null
1085+
? "\n kafkaAwareTransactionManager=" + this.kafkaAwareTransactionManager
1086+
: "")
10841087
+ "\n monitorInterval=" + this.monitorInterval
10851088
+ (this.scheduler != null ? "\n scheduler=" + this.scheduler : "")
10861089
+ "\n noPollThreshold=" + this.noPollThreshold

0 commit comments

Comments
 (0)