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.
1 parent 0fb5e7b commit 32b11fdCopy full SHA for 32b11fd
spring-kafka/src/main/java/org/springframework/kafka/listener/ContainerProperties.java
@@ -676,7 +676,7 @@ public Boolean getSubBatchPerPartition() {
676
* @param subBatchPerPartition true for a separate transaction for each partition.
677
* @since 2.3.2
678
*/
679
- public void setSubBatchPerPartition(@Nullable boolean subBatchPerPartition) {
+ public void setSubBatchPerPartition(@Nullable Boolean subBatchPerPartition) {
680
this.subBatchPerPartition = subBatchPerPartition;
681
}
682
0 commit comments