We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DefaultAfterRollbackProcessor
1 parent a74a4e5 commit 7c5f370Copy full SHA for 7c5f370
spring-kafka/src/main/java/org/springframework/kafka/listener/ContainerProperties.java
@@ -1081,6 +1081,9 @@ public String toString() {
1081
+ (this.transactionManager != null
1082
? "\n transactionManager=" + this.transactionManager
1083
: "")
1084
+ + (this.kafkaAwareTransactionManager != null
1085
+ ? "\n kafkaAwareTransactionManager=" + this.kafkaAwareTransactionManager
1086
+ : "")
1087
+ "\n monitorInterval=" + this.monitorInterval
1088
+ (this.scheduler != null ? "\n scheduler=" + this.scheduler : "")
1089
+ "\n noPollThreshold=" + this.noPollThreshold
0 commit comments