This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new e7e2c6dfc0c MINOR : coordinator-runtime java doc typo (#20966)
e7e2c6dfc0c is described below
commit e7e2c6dfc0c61032a86f04e7b7755227d228d7fb
Author: Anton Vasanth <[email protected]>
AuthorDate: Mon Nov 24 10:53:21 2025 +0530
MINOR : coordinator-runtime java doc typo (#20966)
Typo in java doc of CoordinatorRuntime
Reviewers: Chia-Ping Tsai <[email protected]>
---
.../org/apache/kafka/coordinator/common/runtime/CoordinatorRuntime.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorRuntime.java
b/coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorRuntime.java
index 9d82e983c3e..07e22f91e63 100644
---
a/coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorRuntime.java
+++
b/coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorRuntime.java
@@ -75,7 +75,7 @@ import static
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntime.Coo
* The CoordinatorRuntime provides a framework to implement coordinators such
as the group coordinator
* or the transaction coordinator.
*
- * The runtime framework maps each underlying partitions (e.g.
__consumer_offsets) that that broker is a
+ * The runtime framework maps each underlying partitions (e.g.
__consumer_offsets) that the broker is a
* leader of to a coordinator replicated state machine. A replicated state
machine holds the hard and soft
* state of all the objects (e.g. groups or offsets) assigned to the
partition. The hard state is stored in
* timeline datastructures backed by a SnapshotRegistry. The runtime supports
two type of operations