Skip to content

Commit 36e30f1

Browse files
committed
Fix Javadoc for default EOSMode
1 parent ef6c115 commit 36e30f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ public EOSMode getEosMode() {
688688
* {@link EOSMode#BETA} enables fetch-offset-request fencing, and requires brokers 2.5
689689
* or later. With the 2.6 client, the default is now BETA because the 2.6 client can
690690
* automatically fall back to ALPHA.
691-
* @param eosMode the mode; default ALPHA.
691+
* @param eosMode the mode; default BETA.
692692
* @since 2.5
693693
*/
694694
public void setEosMode(EOSMode eosMode) {

0 commit comments

Comments
 (0)