yingquan he created KAFKA-13871:
-----------------------------------
Summary: 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: yingquan he
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)