You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "yingquan he (Jira)" <ji...@apache.org> on 2022/05/13 17:15:00 UTC

[jira] [Closed] (KAFKA-13871) The documentation for the configuration item QUORUM_FETCH_TIMEOUT of the RaftConfig class is incorrect

     [ https://issues.apache.org/jira/browse/KAFKA-13871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

yingquan he closed KAFKA-13871.
-------------------------------

> The documentation for the configuration item QUORUM_FETCH_TIMEOUT of the RaftConfig class is incorrect
> ------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-13871
>                 URL: https://issues.apache.org/jira/browse/KAFKA-13871
>             Project: Kafka
>          Issue Type: Improvement
>          Components: kraft
>            Reporter: yingquan he
>            Assignee: lqjacklee
>            Priority: Minor
>
> The syntax of the field QUORUM_FETCH_TIMEOUT_MS_DOC is incorrect. `a election`  should be changed to `an election`.
>  
> {code:java}
> public static final String QUORUM_FETCH_TIMEOUT_MS_DOC = "Maximum time without a successful fetch from " +
>     "the current leader before becoming a candidate and triggering a election for voters; Maximum time without " +
>     "receiving fetch from a majority of the quorum before asking around to see if there's a new epoch for leader"; {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)