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 5078b228f54 MINOR: Remove broken link in CoordinatorMetricsShard
javadoc (#20355)
5078b228f54 is described below
commit 5078b228f547fee1bb2da327f0467ff42aa22241
Author: majialong <[email protected]>
AuthorDate: Sat Aug 16 00:02:32 2025 +0800
MINOR: Remove broken link in CoordinatorMetricsShard javadoc (#20355)
CoordinatorMetricsShard was split into a separate module in
(https://github.com/apache/kafka/pull/16883), causing the link in the
javadoc to become invalid.
So, remove broken link in CoordinatorMetricsShard javadoc.
Reviewers: TengYao Chi <[email protected]>, Sanskar Jhajharia
<[email protected]>, Chia-Ping Tsai <[email protected]>
---
.../kafka/coordinator/common/runtime/CoordinatorMetricsShard.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorMetricsShard.java
b/coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorMetricsShard.java
index 10089a71459..45d9d373487 100644
---
a/coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorMetricsShard.java
+++
b/coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorMetricsShard.java
@@ -21,7 +21,7 @@ import org.apache.kafka.common.TopicPartition;
/**
* A CoordinatorMetricsShard is mapped to a single CoordinatorShard. The
metrics shard records sensors that have been
* defined in {@link CoordinatorMetrics}. Coordinator specific gauges and
related methods are exposed in the
- * implementation of CoordinatorMetricsShard (i.e. {@link
GroupCoordinatorMetricsShard}).
+ * implementation of CoordinatorMetricsShard (such as
GroupCoordinatorMetricsShard and ShareCoordinatorMetricsShard).
*
* For sensors, each shard individually records the observed values.
*/