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