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 ef6c115 commit 36e30f1Copy full SHA for 36e30f1
spring-kafka/src/main/java/org/springframework/kafka/listener/ContainerProperties.java
@@ -688,7 +688,7 @@ public EOSMode getEosMode() {
688
* {@link EOSMode#BETA} enables fetch-offset-request fencing, and requires brokers 2.5
689
* or later. With the 2.6 client, the default is now BETA because the 2.6 client can
690
* automatically fall back to ALPHA.
691
- * @param eosMode the mode; default ALPHA.
+ * @param eosMode the mode; default BETA.
692
* @since 2.5
693
*/
694
public void setEosMode(EOSMode eosMode) {
0 commit comments